| Index: third_party/WebKit/Source/web/RemoteFrameClientImpl.h
|
| diff --git a/third_party/WebKit/Source/web/RemoteFrameClientImpl.h b/third_party/WebKit/Source/web/RemoteFrameClientImpl.h
|
| index ab13a5fcad6cba0b474de326dd3e474e7faf25bd..5dda16828b94ef217c04c15e17610cb955f314d6 100644
|
| --- a/third_party/WebKit/Source/web/RemoteFrameClientImpl.h
|
| +++ b/third_party/WebKit/Source/web/RemoteFrameClientImpl.h
|
| @@ -39,6 +39,7 @@ public:
|
| void frameRectsChanged(const IntRect& frameRect) override;
|
| void advanceFocus(WebFocusType, LocalFrame*) override;
|
| void visibilityChanged(bool visible) override;
|
| + void forwardContentSecurityPolicyViolation(const String& directiveText, const String& effectiveDirective, const String& consoleMessage, const KURL& blockedURL, const Vector<String>& reportEndpoints, const String& header, ContentSecurityPolicy::ViolationType, bool followedRedirect) override;
|
|
|
| WebRemoteFrameImpl* webFrame() const { return m_webFrame; }
|
|
|
|
|