| Index: extensions/common/manifest_constants.h
|
| diff --git a/extensions/common/manifest_constants.h b/extensions/common/manifest_constants.h
|
| index 375ea6db508aa5be5b0f8d5c92182c901a0e6634..cf928bde65d6708398f26a3a25822dce5d9709b4 100644
|
| --- a/extensions/common/manifest_constants.h
|
| +++ b/extensions/common/manifest_constants.h
|
| @@ -250,6 +250,7 @@ extern const char kCannotAccessAboutUrl[];
|
| extern const char kCannotAccessChromeUrl[];
|
| extern const char kCannotAccessExtensionUrl[];
|
| extern const char kCannotAccessPage[];
|
| +extern const char kCannotAccessPageWithUrl[];
|
| extern const char kCannotChangeExtensionID[];
|
| extern const char kCannotClaimAllHostsInExtent[];
|
| extern const char kCannotClaimAllURLsInExtent[];
|
|
|