Index: chrome/common/extensions/extension_constants.cc |
=================================================================== |
--- chrome/common/extensions/extension_constants.cc (revision 32232) |
+++ chrome/common/extensions/extension_constants.cc (working copy) |
@@ -91,6 +91,8 @@ |
"Invalid value for 'content_scripts[*].js[*]'."; |
const char* kInvalidJsList = |
"Required value 'content_scripts[*].js is invalid."; |
+const char* kInvalidJsMatches = |
+ "Content scripts can not be executed on file:// urls."; |
const char* kInvalidKey = |
"Value 'key' is missing or invalid."; |
const char* kInvalidManifest = |