| Index: third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.h b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| index 3c57500a5b8c1297191d2b91ca490f0e8deb1a63..5c29f7697316d87c5f20c1c0d6a65dcf2e5217ee 100644
|
| --- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| @@ -244,6 +244,16 @@ public:
|
| void copyImageAt(const WebPoint&) override;
|
| void saveImageAt(const WebPoint&) override;
|
| void clearActiveFindMatch() override;
|
| + void reportContentSecurityPolicyViolation(
|
| + const WebString& directiveText,
|
| + const WebString& effectiveDirective,
|
| + const WebString& consoleMessage,
|
| + const WebURL& blockedURL,
|
| + const WebVector<WebString>& reportEndpoints,
|
| + const WebString& header,
|
| + WebContentSecurityPolicyViolationType,
|
| + bool followedRedirect,
|
| + int contextLine) override;
|
|
|
| // WebFrameImplBase methods:
|
| void initializeCoreFrame(FrameHost*, FrameOwner*, const AtomicString& name, const AtomicString& uniqueName) override;
|
|
|