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

Unified Diff: chrome/browser/about_flags.cc

Issue 1766273002: Convert --enable-md-history to a feature flag. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move a feature override for kMaterialDesignHistoryFeature from SetUpCommandLine() to the inner scop… Created 4 years, 9 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
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index f84d81af75280a43e2c884fac825c34bfa49b853..e7c2828f07cc76c1f640672b21c3b459dc2e14e3 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1707,7 +1707,7 @@ const FeatureEntry kFeatureEntries[] = {
{"enable-md-history", IDS_FLAGS_ENABLE_MATERIAL_DESIGN_HISTORY_NAME,
IDS_FLAGS_ENABLE_MATERIAL_DESIGN_HISTORY_DESCRIPTION,
kOsDesktop,
- SINGLE_VALUE_TYPE(switches::kEnableMaterialDesignHistory)},
+ FEATURE_VALUE_TYPE(switches::kMaterialDesignHistoryFeature)},
#if defined(OS_WIN)
{"enable-windows-desktop-search-redirection",
IDS_FLAGS_WINDOWS_DESKTOP_SEARCH_REDIRECTION_NAME,

Powered by Google App Engine
This is Rietveld 408576698