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

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

Issue 2488743003: (Re-)introduce AncestorThrottle to handle 'X-Frame-Options'. (Closed)
Patch Set: Display a blank page instead of an error page. ( and add checks in NavigationRequest) Created 4 years, 1 month 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 142f95cab83db8322a5ae7c30cd59e63ffd364e3..7a9cfbb7bcfdbe443b3c86ac1340b214837d03bc 100644
--- a/third_party/WebKit/Source/core/loader/FrameLoader.h
+++ b/third_party/WebKit/Source/core/loader/FrameLoader.h
@@ -190,10 +190,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