| 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 c3e1be6139726ae467cff3046f72fe70fabf28fc..fb58485de713442b880b309db1363dd759f94361 100644
|
| --- a/third_party/WebKit/Source/core/loader/FrameLoader.h
|
| +++ b/third_party/WebKit/Source/core/loader/FrameLoader.h
|
| @@ -172,6 +172,8 @@ public:
|
|
|
| void applyUserAgent(ResourceRequest&);
|
|
|
| + bool shouldInterruptLoadForXFrameOptions(const String&, const KURL&, unsigned long requestIdentifier);
|
| +
|
| bool allAncestorsAreComplete() const; // including this
|
|
|
| bool shouldClose(bool isReload = false);
|
|
|