| Index: chrome/common/extensions/extension_manifest_constants.h
|
| diff --git a/chrome/common/extensions/extension_manifest_constants.h b/chrome/common/extensions/extension_manifest_constants.h
|
| index 28310223c86d2379e5f4b1d2ab43d588cc1865ff..749f17421fac948afefdc34f084c0f1fad2ceb97 100644
|
| --- a/chrome/common/extensions/extension_manifest_constants.h
|
| +++ b/chrome/common/extensions/extension_manifest_constants.h
|
| @@ -306,6 +306,7 @@ namespace extension_manifest_errors {
|
| extern const char kInvalidWebURL[];
|
| extern const char kInvalidWebURLs[];
|
| extern const char kInvalidZipHash[];
|
| + extern const char kInsecureContentSecurityPolicy[];
|
| extern const char kLaunchPathAndExtentAreExclusive[];
|
| extern const char kLaunchPathAndURLAreExclusive[];
|
| extern const char kLaunchURLRequired[];
|
|
|