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

Unified Diff: chrome/common/chrome_features.cc

Issue 2029263002: [MD Settings] Add feature to enable md-settings by default. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/common/chrome_features.cc
diff --git a/chrome/common/chrome_features.cc b/chrome/common/chrome_features.cc
index 9be348deb157c839b93c44ec69fdbe2a768eb666..f54ea9eaf148ca9830a9f0f823dd0f7dee160791 100644
--- a/chrome/common/chrome_features.cc
+++ b/chrome/common/chrome_features.cc
@@ -58,6 +58,10 @@ const base::Feature kMaterialDesignHistoryFeature {
"MaterialDesignHistory", base::FEATURE_DISABLED_BY_DEFAULT
};
+// Enables or disables the Material Design version of chrome://settings.
Dan Beam 2016/06/01 20:52:57 maybe add something about this affecting chrome://
groby-ooo-7-16 2016/06/02 23:03:53 Done.
+const base::Feature kMaterialDesignSettingsFeature{
+ "MaterialDesignSettings", base::FEATURE_DISABLED_BY_DEFAULT};
+
#if defined(OS_CHROMEOS)
// Runtime flag that indicates whether this leak detector should be enabled in
// the current instance of Chrome.
« chrome/browser/ui/webui/settings/md_settings_ui.cc ('K') | « chrome/common/chrome_features.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698