Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1205)

Unified Diff: chrome/browser/about_flags.cc

Issue 1434123002: Enable theme-color on Chrome tabbed mode for phones by default. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index a2e24d4476cf730724aafa64cfa3aaeaaefeacd1..9ce0d830037ac640458b079ef2de2753ee5a03c0 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -2030,14 +2030,6 @@ const FeatureEntry kFeatureEntries[] = {
MULTI_VALUE_TYPE(kProgressBarAnimationChoices)},
#endif // defined(OS_ANDROID)
#if defined(OS_ANDROID)
- {"enable-theme-color-in-tabbed-mode",
- IDS_FLAGS_THEME_COLOR_IN_TABBED_MODE_NAME,
- IDS_FLAGS_THEME_COLOR_IN_TABBED_MODE_DESCRIPTION,
- kOsAndroid,
- SINGLE_VALUE_TYPE(switches::kEnableThemeColorInTabbedMode)
- },
-#endif // defined(OS_ANDROID)
-#if defined(OS_ANDROID)
{"offline-pages",
IDS_FLAGS_OFFLINE_PAGES_NAME,
IDS_FLAGS_OFFLINE_PAGES_DESCRIPTION,
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698