| Index: extensions/common/switches.h
|
| diff --git a/extensions/common/switches.h b/extensions/common/switches.h
|
| index 7fceb54e9d697942f294fcc27e4ac7c2fb5c510c..2d9e8a5c24c17bfccf25d8d149bbb027ce0c3884 100644
|
| --- a/extensions/common/switches.h
|
| +++ b/extensions/common/switches.h
|
| @@ -13,6 +13,7 @@ namespace switches {
|
|
|
| extern const char kAllowLegacyExtensionManifests[];
|
| extern const char kAllowScriptingGallery[];
|
| +extern const char kEnableErrorConsole[];
|
| extern const char kEnableExperimentalExtensionApis[];
|
| extern const char kExtensionsOnChromeURLs[];
|
| extern const char kShowComponentExtensionOptions[];
|
|
|