diff options
author | rdevlin.cronin@chromium.org <rdevlin.cronin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-06 08:41:07 +0000 |
---|---|---|
committer | rdevlin.cronin@chromium.org <rdevlin.cronin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-06 08:41:07 +0000 |
commit | a0ed268cd52dfe77b86f967f9c98e30f73414140 (patch) | |
tree | 9c1b5cebffb3f283669c690116a54f589c7d09d6 /extensions/common/extension_urls.h | |
parent | 28c3d0a9c7f17208100e97cfb428538d1214e087 (diff) | |
download | chromium_src-a0ed268cd52dfe77b86f967f9c98e30f73414140.zip chromium_src-a0ed268cd52dfe77b86f967f9c98e30f73414140.tar.gz chromium_src-a0ed268cd52dfe77b86f967f9c98e30f73414140.tar.bz2 |
Expand RuntimeErrors for ErrorConsole
Include two of our internal scripts (event_bindings and schemaUtil) as sources
for runtime errors. Add tests for same.
BUG=21734
Review URL: https://chromiumcodereview.appspot.com/23923003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221652 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'extensions/common/extension_urls.h')
-rw-r--r-- | extensions/common/extension_urls.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/extensions/common/extension_urls.h b/extensions/common/extension_urls.h index 7fa7e1e..2236a81 100644 --- a/extensions/common/extension_urls.h +++ b/extensions/common/extension_urls.h @@ -9,6 +9,12 @@ namespace extensions { +// The name of the event_bindings module. +extern const char kEventBindings[]; + +// The name of the schemaUtils module. +extern const char kSchemaUtils[]; + // Determine whether or not a source came from an extension. |source| can link // to a page or a script, and can be external (e.g., "http://www.google.com"), // extension-related (e.g., "chrome-extension://<extension_id>/background.js"), |