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

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

Issue 1957783002: Replicate Content-Security-Policy into remote frame proxies. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed CR feedback from dcheng@. 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/public/web/WebContentSecurityPolicy.h
diff --git a/third_party/WebKit/public/web/WebContentSecurityPolicy.h b/third_party/WebKit/public/web/WebContentSecurityPolicy.h
index ee2d8569fb63ffb618806b8155cb1811dd4a7c56..ed3cdf62b49e55ff43598896aa78865e88478937 100644
--- a/third_party/WebKit/public/web/WebContentSecurityPolicy.h
+++ b/third_party/WebKit/public/web/WebContentSecurityPolicy.h
@@ -39,6 +39,12 @@ enum WebContentSecurityPolicyType {
WebContentSecurityPolicyTypeLast = WebContentSecurityPolicyTypeEnforce
};
+enum WebContentSecurityPolicySource {
+ WebContentSecurityPolicySourceHTTP,
+ WebContentSecurityPolicySourceMeta,
+ WebContentSecurityPolicySourceLast = WebContentSecurityPolicySourceMeta
+};
+
} // namespace blink
#endif
« no previous file with comments | « third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp ('k') | third_party/WebKit/public/web/WebFrameClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698