| Index: chrome/common/extensions/csp_validator.cc
|
| diff --git a/chrome/common/extensions/csp_validator.cc b/chrome/common/extensions/csp_validator.cc
|
| index f33e1acc7f4812093a86bebd38b228a3f739677e..523d51e8991f9e4c30cf0668fbb33844e6aca3f5 100644
|
| --- a/chrome/common/extensions/csp_validator.cc
|
| +++ b/chrome/common/extensions/csp_validator.cc
|
| @@ -21,7 +21,6 @@ const char kObjectSrc[] = "object-src";
|
| const char kSandboxDirectiveName[] = "sandbox";
|
| const char kAllowSameOriginToken[] = "allow-same-origin";
|
| const char kAllowTopNavigation[] = "allow-top-navigation";
|
| -const char kAllowPopups[] = "allow-popups";
|
|
|
| struct DirectiveStatus {
|
| explicit DirectiveStatus(const char* name)
|
|
|