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

Unified Diff: third_party/WebKit/Source/core/loader/HttpEquiv.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. 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 059975f634eec6298af7983a76dfe93587c7206f..912a25821cf529a436aafcef41126f55d62d881e 100644
--- a/third_party/WebKit/Source/core/loader/HttpEquiv.h
+++ b/third_party/WebKit/Source/core/loader/HttpEquiv.h
@@ -27,7 +27,6 @@ private:
static void processHttpEquivDefaultStyle(Document&, const AtomicString& content);
static void processHttpEquivRefresh(Document&, const AtomicString& content);
static void processHttpEquivSetCookie(Document&, const AtomicString& content);
- static void processHttpEquivXFrameOptions(Document&, const AtomicString& content);
static void processHttpEquivContentSecurityPolicy(Document&, const AtomicString& equiv, const AtomicString& content);
static void processHttpEquivAcceptCH(Document&, const AtomicString& content);
};

Powered by Google App Engine
This is Rietveld 408576698