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

Unified Diff: chrome/common/chrome_switches.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/browser/about_flags.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 64d0ac63fb7313d1ad4cbc8c873e18aa32a7bb35..95b197a04ee2ec27cd431e0cc2127473ee386ba5 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1156,10 +1156,6 @@ const char kEnablePhysicalWeb[] = "enable-physical-web";
// Specifies Android phone page loading progress bar animation.
const char kProgressBarAnimation[] = "progress-bar-animation";
-
-// Enabled theme-color in tabbed mode of Chrome for Android.
-const char kEnableThemeColorInTabbedMode[]
- = "enable-theme-color-in-tabbed-mode";
#endif // defined(OS_ANDROID)
#if defined(USE_ASH)
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698