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

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

Issue 1914963002: Introduce v8-cache-strategies-for-cache-storage setting flags. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 f2c70fae97c31385cf7df72be396e48d00ac9df8..473f8b0805800e0326a1536115be7970978a557d 100644
--- a/third_party/WebKit/Source/web/AssertMatchingEnums.cpp
+++ b/third_party/WebKit/Source/web/AssertMatchingEnums.cpp
@@ -705,6 +705,11 @@ STATIC_ASSERT_ENUM(WebSettings::V8CacheOptionsNone, V8CacheOptionsNone);
STATIC_ASSERT_ENUM(WebSettings::V8CacheOptionsParse, V8CacheOptionsParse);
STATIC_ASSERT_ENUM(WebSettings::V8CacheOptionsCode, V8CacheOptionsCode);
+STATIC_ASSERT_ENUM(WebSettings::V8CacheStrategiesForCacheStorageDefault, V8CacheStrategiesForCacheStorageDefault);
+STATIC_ASSERT_ENUM(WebSettings::V8CacheStrategiesForCacheStorageNone, V8CacheStrategiesForCacheStorageNone);
+STATIC_ASSERT_ENUM(WebSettings::V8CacheStrategiesForCacheStorageNormal, V8CacheStrategiesForCacheStorageNormal);
+STATIC_ASSERT_ENUM(WebSettings::V8CacheStrategiesForCacheStorageAggressive, V8CacheStrategiesForCacheStorageAggressive);
+
STATIC_ASSERT_ENUM(WebSecurityPolicy::PolicyAreaNone, SchemeRegistry::PolicyAreaNone);
STATIC_ASSERT_ENUM(WebSecurityPolicy::PolicyAreaImage, SchemeRegistry::PolicyAreaImage);
STATIC_ASSERT_ENUM(WebSecurityPolicy::PolicyAreaStyle, SchemeRegistry::PolicyAreaStyle);

Powered by Google App Engine
This is Rietveld 408576698