| Index: chrome/common/chrome_features.cc
|
| diff --git a/chrome/common/chrome_features.cc b/chrome/common/chrome_features.cc
|
| index 261dab47b65f8a4f3cfd908069f395988f33c394..f9134ad844f5c9bb241a9f52977269142d44b640 100644
|
| --- a/chrome/common/chrome_features.cc
|
| +++ b/chrome/common/chrome_features.cc
|
| @@ -58,6 +58,11 @@ const base::Feature kMaterialDesignHistoryFeature {
|
| "MaterialDesignHistory", base::FEATURE_DISABLED_BY_DEFAULT
|
| };
|
|
|
| +// Enables or disables the Material Design version of chrome://settings.
|
| +// Also affects chrome://help.
|
| +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.
|
|
|