Chromium Code Reviews| Index: chrome/common/chrome_switches.h |
| diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h |
| index c3fb63fc8cd03b57cd9f596c5763db8a54c91f38..2c2b9cde30b1a9e0bd2c74dac676bf754ccf8caf 100644 |
| --- a/chrome/common/chrome_switches.h |
| +++ b/chrome/common/chrome_switches.h |
| @@ -8,6 +8,7 @@ |
| #ifndef CHROME_COMMON_CHROME_SWITCHES_H_ |
| #define CHROME_COMMON_CHROME_SWITCHES_H_ |
| +#include "base/feature_list.h" |
|
tsergeant
2016/03/11 04:48:38
Nit: Remove this line
ddoman
2016/03/11 06:02:59
Done.
|
| #include "build/build_config.h" |
| // Don't add more switch files here. This is linked into some places like the |
| @@ -122,7 +123,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[]; |
| @@ -401,7 +401,6 @@ extern const char kDisableInputImeAPI[]; |
| bool AboutInSettingsEnabled(); |
| bool MdExtensionsEnabled(); |
| -bool MdHistoryEnabled(); |
| bool MdPolicyPageEnabled(); |
| bool PdfMaterialUIEnabled(); |
| bool SettingsWindowEnabled(); |