| Index: chrome/common/chrome_switches.h
|
| diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
|
| index 8fdd7a92e02a598dadcb5dbd392428743f5eed88..226829b640bb79d609f023fac82d49b6e6c88a8e 100644
|
| --- a/chrome/common/chrome_switches.h
|
| +++ b/chrome/common/chrome_switches.h
|
| @@ -122,7 +122,6 @@ extern const char kEnableExtensionActivityLogging[];
|
| extern const char kEnableExtensionActivityLogTesting[];
|
| extern const char kEnableFastUnload[];
|
| extern const char kEnableMaterialDesignExtensions[];
|
| -extern const char kEnableMaterialDesignHistory[];
|
| extern const char kEnableMaterialDesignPolicyPage[];
|
| extern const char kEnableNaCl[];
|
| extern const char kEnableNativeNotifications[];
|
| @@ -402,7 +401,6 @@ extern const char kDisableInputImeAPI[];
|
|
|
| bool AboutInSettingsEnabled();
|
| bool MdExtensionsEnabled();
|
| -bool MdHistoryEnabled();
|
| bool MdPolicyPageEnabled();
|
| bool PdfMaterialUIEnabled();
|
| bool SettingsWindowEnabled();
|
|
|