| 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);
|
| };
|
|
|