| Index: third_party/WebKit/Source/core/frame/LocalFrame.h
|
| diff --git a/third_party/WebKit/Source/core/frame/LocalFrame.h b/third_party/WebKit/Source/core/frame/LocalFrame.h
|
| index 9288d04b696497740a111ef2599a1a5b2cd02a27..3156abc74b3fcbadc8ed1ad6b2b2de2783cd1360 100644
|
| --- a/third_party/WebKit/Source/core/frame/LocalFrame.h
|
| +++ b/third_party/WebKit/Source/core/frame/LocalFrame.h
|
| @@ -189,6 +189,8 @@ public:
|
|
|
| bool isNavigationAllowed() const { return m_navigationDisableCount == 0; }
|
|
|
| + void cancelLoadAfterXFrameOptionsOrCSPDenied();
|
| +
|
| private:
|
| friend class FrameNavigationDisabler;
|
|
|
|
|