Index: chrome/common/extensions/extension_constants.cc |
diff --git a/chrome/common/extensions/extension_constants.cc b/chrome/common/extensions/extension_constants.cc |
index 0065870964ceff498f46cda0628f0c97367ee430..dfb61d44b8a786962af0348c399e8ba2370f18b3 100644 |
--- a/chrome/common/extensions/extension_constants.cc |
+++ b/chrome/common/extensions/extension_constants.cc |
@@ -176,7 +176,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[] = |