| Index: third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicy.h
|
| diff --git a/third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicy.h b/third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicy.h
|
| index 89982dd517fa00f7ef865525e472a64a57e92c38..68497bf3b10817048c74b08ec4d7648554db7440 100644
|
| --- a/third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicy.h
|
| +++ b/third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicy.h
|
| @@ -227,6 +227,7 @@ public:
|
| void reportMissingReportURI(const String&);
|
| void reportUnsupportedDirective(const String&);
|
| void reportInvalidInReportOnly(const String&);
|
| + void reportInvalidDirectiveInMeta(const String& directiveName);
|
| void reportInvalidReferrer(const String&);
|
| void reportReportOnlyInMeta(const String&);
|
| void reportMetaOutsideHead(const String&);
|
|
|