From 8b531298265f3a673296963db1c4fdd66b45785e Mon Sep 17 00:00:00 2001 From: "aa@chromium.org" Date: Tue, 6 Mar 2012 23:17:30 +0000 Subject: 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 --- chrome/common/extensions/extension_constants.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/common/extensions/extension_constants.cc') 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[] = -- cgit v1.1