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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/V8CacheOptions.h

Issue 1915833002: Introduce Platform::cacheMetadataInCacheStorage() to store V8 code cache in CacheStorage (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add comments in render_process_messages.h 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/Source/bindings/core/v8/V8CacheOptions.h
diff --git a/third_party/WebKit/Source/bindings/core/v8/V8CacheOptions.h b/third_party/WebKit/Source/bindings/core/v8/V8CacheOptions.h
index 3f3e3e0272f86346418b02c4e1b3118c072dca74..208d4730bba057852936d85d6a9933e568859083 100644
--- a/third_party/WebKit/Source/bindings/core/v8/V8CacheOptions.h
+++ b/third_party/WebKit/Source/bindings/core/v8/V8CacheOptions.h
@@ -38,6 +38,7 @@ enum V8CacheOptions {
V8CacheOptionsNone, // V8 caching turned off.
V8CacheOptionsParse, // Use parser caching.
V8CacheOptionsCode, // Use code caching.
+ V8CacheOptionsAlways, // Generate the code cache in the first load.
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698