summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/extension_constants.cc
diff options
context:
space:
mode:
authoraa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-06 23:17:30 +0000
committeraa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-06 23:17:30 +0000
commit8b531298265f3a673296963db1c4fdd66b45785e (patch)
treeed89dfd88af08f5f85026486d315eacf4e59966f /chrome/common/extensions/extension_constants.cc
parent5139a186bb6a6668ffa7d29a971b3edf1ea0c2fc (diff)
downloadchromium_src-8b531298265f3a673296963db1c4fdd66b45785e.zip
chromium_src-8b531298265f3a673296963db1c4fdd66b45785e.tar.gz
chromium_src-8b531298265f3a673296963db1c4fdd66b45785e.tar.bz2
Better error messages when using unsupported manifest features.
BUG=112620 Review URL: https://chromiumcodereview.appspot.com/9609007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125247 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/extension_constants.cc')
-rw-r--r--chrome/common/extensions/extension_constants.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/extensions/extension_constants.cc b/chrome/common/extensions/extension_constants.cc
index 868dc3c..a77ee67 100644
--- a/chrome/common/extensions/extension_constants.cc
+++ b/chrome/common/extensions/extension_constants.cc
@@ -175,7 +175,7 @@ const char kExperimentalFlagRequired[] =
"default. You can enable 'Experimental Extension APIs' "
"by visiting chrome://flags.";
const char kFeatureNotAllowed[] =
- "Feature '*' is not allowed in this type of manifest.";
+ "Feature '*' is not accessible. *";
const char kInvalidAllFrames[] =
"Invalid value for 'content_scripts[*].all_frames'.";
const char kInvalidBackground[] =