| Index: third_party/WebKit/public/web/WebLocalFrame.h
|
| diff --git a/third_party/WebKit/public/web/WebLocalFrame.h b/third_party/WebKit/public/web/WebLocalFrame.h
|
| index 17cba72a07ba8f973b9d8547ea98633a096fea57..90116122d7bef344bce81ca3fb29e1553cca1467 100644
|
| --- a/third_party/WebKit/public/web/WebLocalFrame.h
|
| +++ b/third_party/WebKit/public/web/WebLocalFrame.h
|
| @@ -123,6 +123,10 @@ public:
|
| bool isClientRedirect = false)
|
| = 0;
|
|
|
| + // Inform the frame that its load was blocked, for example due to
|
| + // X-Frame-Options or CSP.
|
| + virtual void updateForBlockedLoad() = 0;
|
| +
|
| // Navigation State -------------------------------------------------------
|
|
|
| // Returns true if the current frame's load event has not completed.
|
|
|