Chromium Code Reviews| 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. |