| Index: chrome/common/chrome_switches.h
|
| diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
|
| index 18115c42a8d1f476756e9a63964201a53675615c..556e36b0d03ab10fd18740eaf87c605923382788 100644
|
| --- a/chrome/common/chrome_switches.h
|
| +++ b/chrome/common/chrome_switches.h
|
| @@ -133,7 +133,6 @@ extern const char kEnableFeatures[];
|
| extern const char kEnableInsecureQuic[];
|
| extern const char kEnableMaterialDesignDownloads[];
|
| extern const char kEnableMaterialDesignExtensions[];
|
| -extern const char kEnableMaterialDesignSettings[];
|
| extern const char kEnableMediaRouter[];
|
| extern const char kEnableNaCl[];
|
| extern const char kEnableNavigationTracing[];
|
| @@ -404,7 +403,6 @@ extern const char kDisableNewTaskManager[];
|
|
|
| bool AboutInSettingsEnabled();
|
| bool MdExtensionsEnabled();
|
| -bool MdSettingsEnabled();
|
| bool MediaRouterEnabled();
|
| bool PdfMaterialUIEnabled();
|
| bool SettingsWindowEnabled();
|
|
|