| Index: chrome/common/extensions/extension_constants.h
|
| diff --git a/chrome/common/extensions/extension_constants.h b/chrome/common/extensions/extension_constants.h
|
| index e3f1a0cb658b3c34795ab665bb84afbd80cc80b3..7fb1113cf2b69df37fec0cc6972350bb84f38056 100644
|
| --- a/chrome/common/extensions/extension_constants.h
|
| +++ b/chrome/common/extensions/extension_constants.h
|
| @@ -144,6 +144,7 @@ namespace extension_manifest_errors {
|
| extern const char* kManifestParseError;
|
| extern const char* kManifestUnreadable;
|
| extern const char* kMissingFile;
|
| + extern const char* kMultipleOverrides;
|
| extern const char* kInvalidUpdateURL;
|
| extern const char* kInvalidDefaultLocale;
|
| extern const char* kLaunchContainerWithoutURL;
|
|
|