| 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 24947190f7f282e138be581982155d83d096e1e7..81b3b93626d268739bb25ede46a50886de12fa2b 100644
|
| --- a/chrome/common/extensions/extension_manifest_constants.cc
|
| +++ b/chrome/common/extensions/extension_manifest_constants.cc
|
| @@ -181,9 +181,6 @@ const char kInvalidBackground[] =
|
| "Invalid value for 'background_page'.";
|
| const char kInvalidBackgroundAllowJsAccess[] =
|
| "Invalid value for 'background.allow_js_access'.";
|
| -const char kInvalidBackgroundAllowJsAccessNoPage[] =
|
| - "Must specify one of background.page or background.scripts to use"
|
| - " background.allow_js_access.";
|
| const char kInvalidBackgroundCombination[] =
|
| "The background.page and background.scripts properties cannot be used at "
|
| "the same time.";
|
|
|