Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(530)

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

Issue 2488743003: (Re-)introduce AncestorThrottle to handle 'X-Frame-Options'. (Closed)
Patch Set: Addressed comments (@alexmos #2) Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698