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

Unified Diff: chrome/browser/about_flags.cc

Issue 2163393003: Tab switcher theme colors no longer behind flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Littering flags Created 4 years, 4 months 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/browser/android/compositor/layer/tab_layer.h » ('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 3cd2a533f4359db4172e5dfe6d4c307fb5e888b4..38759fd2dfbc0b79dd06e3a551a5054537cfaa99 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1707,11 +1707,6 @@ const FeatureEntry kFeatureEntries[] = {
MULTI_VALUE_TYPE(kProgressBarCompletionChoices)},
#endif // defined(OS_ANDROID)
#if defined(OS_ANDROID)
- {"tab-switcher-theme-colors", IDS_FLAGS_TAB_SWITCHER_THEME_COLORS_NAME,
- IDS_FLAGS_TAB_SWITCHER_THEME_COLORS_DESCRIPTION, kOsAndroid,
- SINGLE_VALUE_TYPE(switches::kEnableTabSwitcherThemeColors)},
-#endif // defined(OS_ANDROID)
-#if defined(OS_ANDROID)
{"offline-bookmarks", IDS_FLAGS_OFFLINE_BOOKMARKS_NAME,
IDS_FLAGS_OFFLINE_BOOKMARKS_DESCRIPTION, kOsAndroid,
FEATURE_VALUE_TYPE(offline_pages::kOfflineBookmarksFeature)},
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/android/compositor/layer/tab_layer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698