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

Unified Diff: third_party/WebKit/Source/platform/weborigin/SchemeRegistry.h

Issue 2679383003: Share schemes needed for CSP between the browser and the renderer. (Closed)
Patch Set: Rebase and fix conflict. 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/Source/platform/weborigin/SchemeRegistry.h
diff --git a/third_party/WebKit/Source/platform/weborigin/SchemeRegistry.h b/third_party/WebKit/Source/platform/weborigin/SchemeRegistry.h
index fbe6de0d7568f52959564bfb2b563a9c334271bc..6bd8828e08a3ae22c1d8e73f7c89ce7a6a16025f 100644
--- a/third_party/WebKit/Source/platform/weborigin/SchemeRegistry.h
+++ b/third_party/WebKit/Source/platform/weborigin/SchemeRegistry.h
@@ -120,8 +120,6 @@ class PLATFORM_EXPORT SchemeRegistry {
// Allow resources from some schemes to load on a page, regardless of its
// Content Security Policy.
- // This enum should be kept in sync with public/web/WebSecurityPolicy.h.
- // Enforced in AssertMatchingEnums.cpp.
enum PolicyAreas : uint32_t {
PolicyAreaNone = 0,
PolicyAreaImage = 1 << 0,
« no previous file with comments | « extensions/shell/common/shell_content_client.cc ('k') | third_party/WebKit/Source/platform/weborigin/SchemeRegistry.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698