diff options
Diffstat (limited to 'chrome/common/extensions/extension_constants.cc')
-rw-r--r-- | chrome/common/extensions/extension_constants.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/extensions/extension_constants.cc b/chrome/common/extensions/extension_constants.cc index 570e90d..d5233be 100644 --- a/chrome/common/extensions/extension_constants.cc +++ b/chrome/common/extensions/extension_constants.cc @@ -217,6 +217,9 @@ const char* kInvalidOptionsPage = "Invalid value for 'options_page'."; const char* kReservedMessageFound = "Reserved key * found in message catalog."; +const char* kCannotAccessPage = "Cannot access contents of url \"*\". " + "Extension manifest must request permission to access this host."; +const char* kCannotScriptGallery = "The extensions gallery cannot be scripted."; } // namespace extension_manifest_errors namespace extension_urls { |