| Index: chrome/common/extensions/extension_manifest_constants.cc
|
| diff --git a/chrome/common/extensions/extension_manifest_constants.cc b/chrome/common/extensions/extension_manifest_constants.cc
|
| index ab1027887432629d0a9712240638ca3f3fe552cc..85e4ff6ebcc58cf89cf0dcfb4db00e6a97437a16 100644
|
| --- a/chrome/common/extensions/extension_manifest_constants.cc
|
| +++ b/chrome/common/extensions/extension_manifest_constants.cc
|
| @@ -179,8 +179,6 @@ const char kExperimentalFlagRequired[] =
|
| "Loading extensions with 'experimental' permission is turned off by "
|
| "default. You can enable 'Experimental Extension APIs' "
|
| "by visiting chrome://flags.";
|
| -const char kFeatureNotAllowed[] =
|
| - "Feature '*' is not accessible. *";
|
| const char kInvalidAllFrames[] =
|
| "Invalid value for 'content_scripts[*].all_frames'.";
|
| const char kInvalidBackground[] =
|
|
|