| Index: third_party/WebKit/public/web/WebFrameClient.h
|
| diff --git a/third_party/WebKit/public/web/WebFrameClient.h b/third_party/WebKit/public/web/WebFrameClient.h
|
| index e0578dc5fb4b828bc759731c50267e2ef041a896..4ea6d4fd832fc20f574bb52eb6287908e6f27a54 100644
|
| --- a/third_party/WebKit/public/web/WebFrameClient.h
|
| +++ b/third_party/WebKit/public/web/WebFrameClient.h
|
| @@ -189,6 +189,9 @@ public:
|
| // marginheight.
|
| virtual void didChangeFrameOwnerProperties(WebFrame* childFrame, const WebFrameOwnerProperties&) { }
|
|
|
| + // This frame was blocked due to X-Frame-Options or CSP frame-ancestors.
|
| + virtual void didCancelLoadAfterXFrameOptionsOrCSPDenied() { }
|
| +
|
| // Called when a watched CSS selector matches or stops matching.
|
| virtual void didMatchCSS(WebLocalFrame*, const WebVector<WebString>& newlyMatchingSelectors, const WebVector<WebString>& stoppedMatchingSelectors) { }
|
|
|
|
|