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

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: updated the name of kMaterialDesignHistoryFeature to Fix a unit-test failure. 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
« no previous file with comments | « no previous file | chrome/browser/browser_about_handler.cc » ('j') | chrome/common/chrome_switches.h » ('J')
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 c5a0116c2ac64594d1bd9508cd1837dc2fc15902..a4cced712776dee3cd9e4eb30852c395e7a84ee3 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1706,7 +1706,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(features::kMaterialDesignHistoryFeature)},
#if defined(OS_WIN)
{"enable-windows-desktop-search-redirection",
IDS_FLAGS_WINDOWS_DESKTOP_SEARCH_REDIRECTION_NAME,
« no previous file with comments | « no previous file | chrome/browser/browser_about_handler.cc » ('j') | chrome/common/chrome_switches.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698