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

Unified Diff: third_party/WebKit/Source/web/AssertMatchingEnums.cpp

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/web/AssertMatchingEnums.cpp
diff --git a/third_party/WebKit/Source/web/AssertMatchingEnums.cpp b/third_party/WebKit/Source/web/AssertMatchingEnums.cpp
index 959b73f9f0639ac1f676cfa540e392198416096b..be8e37a69e1f09e0ff420f09b9527a370cae7795 100644
--- a/third_party/WebKit/Source/web/AssertMatchingEnums.cpp
+++ b/third_party/WebKit/Source/web/AssertMatchingEnums.cpp
@@ -839,15 +839,6 @@ STATIC_ASSERT_ENUM(WebSettings::V8CacheStrategiesForCacheStorage::Normal,
STATIC_ASSERT_ENUM(WebSettings::V8CacheStrategiesForCacheStorage::Aggressive,
V8CacheStrategiesForCacheStorage::Aggressive);
-STATIC_ASSERT_ENUM(WebSecurityPolicy::PolicyAreaNone,
- SchemeRegistry::PolicyAreaNone);
-STATIC_ASSERT_ENUM(WebSecurityPolicy::PolicyAreaImage,
- SchemeRegistry::PolicyAreaImage);
-STATIC_ASSERT_ENUM(WebSecurityPolicy::PolicyAreaStyle,
- SchemeRegistry::PolicyAreaStyle);
-STATIC_ASSERT_ENUM(WebSecurityPolicy::PolicyAreaAll,
- SchemeRegistry::PolicyAreaAll);
-
STATIC_ASSERT_ENUM(WebSandboxFlags::None, SandboxNone);
STATIC_ASSERT_ENUM(WebSandboxFlags::Navigation, SandboxNavigation);
STATIC_ASSERT_ENUM(WebSandboxFlags::Plugins, SandboxPlugins);
« no previous file with comments | « third_party/WebKit/Source/platform/weborigin/SchemeRegistry.cpp ('k') | third_party/WebKit/Source/web/WebSecurityPolicy.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698