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

Unified Diff: Source/core/dom/Document.h

Issue 19940002: [HTML Import] Respect Content Security Policy Model (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix mac build failure. Created 7 years, 5 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/dom/Document.h
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
index b92bbdce213f1ac79f3b57fd8fd88d32706d3439..d29b9e874ad069098b03da1e9a18f02601501113 100644
--- a/Source/core/dom/Document.h
+++ b/Source/core/dom/Document.h
@@ -1112,6 +1112,7 @@ private:
void processHttpEquivRefresh(const String& content);
void processHttpEquivSetCookie(const String& content);
void processHttpEquivXFrameOptions(const String& content);
+ void processHttpEquivContentSecurityPolicy(const String& equiv, const String& content);
Timer<Document> m_styleResolverThrowawayTimer;
double m_lastStyleResolverAccessTime;

Powered by Google App Engine
This is Rietveld 408576698