| Index: third_party/WebKit/Source/core/loader/FrameLoader.h
|
| diff --git a/third_party/WebKit/Source/core/loader/FrameLoader.h b/third_party/WebKit/Source/core/loader/FrameLoader.h
|
| index 7587b65ae9dcaa3843b4875a9c715635d9a760a5..965bc1fe4f2333ec255abb235f3090361d39b941 100644
|
| --- a/third_party/WebKit/Source/core/loader/FrameLoader.h
|
| +++ b/third_party/WebKit/Source/core/loader/FrameLoader.h
|
| @@ -171,8 +171,6 @@ public:
|
|
|
| void applyUserAgent(ResourceRequest&);
|
|
|
| - bool shouldInterruptLoadForXFrameOptions(const String&, const KURL&, unsigned long requestIdentifier);
|
| -
|
| bool allAncestorsAreComplete() const; // including this
|
|
|
| bool shouldClose(bool isReload = false);
|
|
|