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

Unified Diff: third_party/WebKit/public/platform/WebContentSecurityPolicy.h

Issue 2612793002: Implement ContentSecurityPolicy on the browser-side. (Closed)
Patch Set: Add the TODO and bug ids that was forgotten. Created 3 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: third_party/WebKit/public/platform/WebContentSecurityPolicy.h
diff --git a/third_party/WebKit/public/web/WebContentSecurityPolicy.h b/third_party/WebKit/public/platform/WebContentSecurityPolicy.h
similarity index 96%
copy from third_party/WebKit/public/web/WebContentSecurityPolicy.h
copy to third_party/WebKit/public/platform/WebContentSecurityPolicy.h
index 704d43dc676bff887bddddb9afc9901e6149b988..9c732954c20641c91dd855d8219d69507d22526a 100644
--- a/third_party/WebKit/public/web/WebContentSecurityPolicy.h
+++ b/third_party/WebKit/public/platform/WebContentSecurityPolicy.h
@@ -31,6 +31,9 @@
#ifndef WebContentSecurityPolicy_h
#define WebContentSecurityPolicy_h
+#include "public/platform/WebString.h"
+#include "public/platform/WebVector.h"
+
namespace blink {
enum WebContentSecurityPolicyType {

Powered by Google App Engine
This is Rietveld 408576698