Chromium Code Reviews

Unified Diff: third_party/WebKit/Source/core/loader/FrameLoader.h

Issue 1617043002: Introduce AncestorThrottle, which will process 'X-Frame-Options' headers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@block-response
Patch Set: DCHECK. Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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);

Powered by Google App Engine