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

Unified Diff: Source/core/frame/ContentSecurityPolicyResponseHeaders.h

Issue 149953007: CSP 1.1: Remove last bits of 'X-WebKit-CSP'. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Test. Created 6 years, 10 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: Source/core/frame/ContentSecurityPolicyResponseHeaders.h
diff --git a/Source/core/frame/ContentSecurityPolicyResponseHeaders.h b/Source/core/frame/ContentSecurityPolicyResponseHeaders.h
index d5076d4a062849b5dd2c268e6431874e0e7895df..404fb387e33b461b331f6d36b7aa0b215543bc11 100644
--- a/Source/core/frame/ContentSecurityPolicyResponseHeaders.h
+++ b/Source/core/frame/ContentSecurityPolicyResponseHeaders.h
@@ -39,14 +39,10 @@ public:
const String& contentSecurityPolicy() const { return m_contentSecurityPolicy; }
const String& contentSecurityPolicyReportOnly() const { return m_contentSecurityPolicyReportOnly; }
- const String& xWebKitCSP() const { return m_xWebKitCSP; }
- const String& xWebKitCSPReportOnly() const { return m_xWebKitCSPReportOnly; }
private:
String m_contentSecurityPolicy;
String m_contentSecurityPolicyReportOnly;
- String m_xWebKitCSP;
- String m_xWebKitCSPReportOnly;
};
}
« no previous file with comments | « Source/core/frame/ContentSecurityPolicy.cpp ('k') | Source/core/frame/ContentSecurityPolicyResponseHeaders.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698