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..b592f6163a7b8323e1a80aaa9b9f47e1a19cab7c 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 didBlockLoad() { } |
+ |
// Called when a watched CSS selector matches or stops matching. |
virtual void didMatchCSS(WebLocalFrame*, const WebVector<WebString>& newlyMatchingSelectors, const WebVector<WebString>& stoppedMatchingSelectors) { } |