| Index: extensions/common/constants.h
|
| diff --git a/extensions/common/constants.h b/extensions/common/constants.h
|
| index d952989760ec47f99fbdb8db445233d98af5d503..3841aa7cd7e2e39db89119071a6686c6a45d243a 100644
|
| --- a/extensions/common/constants.h
|
| +++ b/extensions/common/constants.h
|
| @@ -108,6 +108,11 @@ extern const char kMimeTypePng[];
|
| // The extension id of the Web Store component application.
|
| extern const char kWebStoreAppId[];
|
|
|
| +// Error messages
|
| +extern const char kNoCodeOrFileToExecuteError[];
|
| +extern const char kMoreThanOneValuesError[];
|
| +extern const char kLoadFileError[];
|
| +
|
| } // namespace extensions
|
|
|
| namespace extension_misc {
|
|
|