| 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 a74e51169e7c431aafcd20c3633c466af96f8b3d..3e558919ef3114d0364727057c3fb3ef634b15fa 100644
|
| --- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| @@ -243,6 +243,15 @@ public:
|
| void saveImageAt(const WebPoint&) override;
|
| void clearActiveFindMatch() override;
|
| void usageCountChromeLoadTimes(const WebString& metric) 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) override;
|
|
|
| // WebFrameImplBase methods:
|
| void initializeCoreFrame(FrameHost*, FrameOwner*, const AtomicString& name, const AtomicString& uniqueName) override;
|
|
|