| 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 d2fba45ac9bdd5e39a341b649ae39123db1ea0dc..262239e5913451327b263be4746bfb04af1d2024 100644
 | 
| --- a/third_party/WebKit/Source/core/loader/FrameLoader.h
 | 
| +++ b/third_party/WebKit/Source/core/loader/FrameLoader.h
 | 
| @@ -185,10 +185,6 @@ class CORE_EXPORT FrameLoader final {
 | 
|  
 | 
|    void applyUserAgent(ResourceRequest&);
 | 
|  
 | 
| -  bool shouldInterruptLoadForXFrameOptions(const String&,
 | 
| -                                           const KURL&,
 | 
| -                                           unsigned long requestIdentifier);
 | 
| -
 | 
|    bool allAncestorsAreComplete() const;  // including this
 | 
|  
 | 
|    bool shouldClose(bool isReload = false);
 | 
| 
 |