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

Unified Diff: third_party/WebKit/Source/core/loader/HttpEquiv.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/HttpEquiv.h
diff --git a/third_party/WebKit/Source/core/loader/HttpEquiv.h b/third_party/WebKit/Source/core/loader/HttpEquiv.h
index ae7002c0c4b7e433fbc7217dab91790e931ab489..cd0a09ad7a70c8acca93ed02d60a041de6dbc319 100644
--- a/third_party/WebKit/Source/core/loader/HttpEquiv.h
+++ b/third_party/WebKit/Source/core/loader/HttpEquiv.h
@@ -40,8 +40,6 @@ class HttpEquiv {
static void processHttpEquivSetCookie(Document&,
const AtomicString& content,
Element*);
- static void processHttpEquivXFrameOptions(Document&,
- const AtomicString& content);
static void processHttpEquivContentSecurityPolicy(
Document&,
const AtomicString& equiv,

Powered by Google App Engine
This is Rietveld 408576698