| Index: chrome/common/chrome_switches.h
|
| diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
|
| index b6aa0cbf0a3c312eaa6057b0ac4d832f446d76d3..bb51a9f6913f27bf9874090e9ddd2b67915bfe6a 100644
|
| --- a/chrome/common/chrome_switches.h
|
| +++ b/chrome/common/chrome_switches.h
|
| @@ -74,6 +74,7 @@ extern const char kDisableDefaultApps[];
|
| extern const char kDisableDeviceDiscoveryNotifications[];
|
| extern const char kDisableDomainReliability[];
|
| extern const char kDisableExtensions[];
|
| +extern const char kDisableExtensionsExcept[];
|
| extern const char kDisableExtensionsFileAccessCheck[];
|
| extern const char kDisableExtensionsHttpThrottling[];
|
| extern const char kDisableFieldTrialTestingConfig[];
|
| @@ -389,6 +390,7 @@ extern const char kEnableInputImeAPI[];
|
| #endif
|
|
|
| bool AboutInSettingsEnabled();
|
| +bool ExtensionsDisabled();
|
| bool MdFeedbackEnabled();
|
| bool MdPolicyPageEnabled();
|
| bool PdfMaterialUIEnabled();
|
|
|