* Updated patches for v79 Remaining issue: * blank tabs when running on x86 emulators Waiting on upstream to fix that. The other upstream storage bug (https://bugs.chromium.org/p/chromium/issues/detail?id=1033655) is fixed in this version.
24 lines
978 B
Diff
24 lines
978 B
Diff
From: csagan5 <32685696+csagan5@users.noreply.github.com>
|
|
Date: Sun, 14 Apr 2019 12:02:57 +0200
|
|
Subject: Enable night mode menu entry by default
|
|
|
|
---
|
|
chrome/browser/android/chrome_feature_list.cc | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/chrome/browser/android/chrome_feature_list.cc b/chrome/browser/android/chrome_feature_list.cc
|
|
--- a/chrome/browser/android/chrome_feature_list.cc
|
|
+++ b/chrome/browser/android/chrome_feature_list.cc
|
|
@@ -246,7 +246,7 @@ const base::Feature kAdjustWebApkInstallationSpace = {
|
|
"AdjustWebApkInstallationSpace", base::FEATURE_DISABLED_BY_DEFAULT};
|
|
|
|
const base::Feature kAndroidNightMode{"AndroidNightMode",
|
|
- base::FEATURE_DISABLED_BY_DEFAULT};
|
|
+ base::FEATURE_ENABLED_BY_DEFAULT};
|
|
|
|
const base::Feature kAndroidNightModeCCT{"AndroidNightModeCCT",
|
|
base::FEATURE_ENABLED_BY_DEFAULT};
|
|
--
|
|
2.17.1
|
|
|