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

Unified Diff: content/public/common/web_preferences.h

Issue 861753002: Add experimental v8 code cache options. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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
« no previous file with comments | « content/browser/renderer_host/render_view_host_impl.cc ('k') | content/public/common/web_preferences.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/web_preferences.h
diff --git a/content/public/common/web_preferences.h b/content/public/common/web_preferences.h
index a0a707c365ba3e13f59ec36c4d89cf32bfd4dab1..ab43cd90a57bb76e552c3d84d7ba3148cb2021e9 100644
--- a/content/public/common/web_preferences.h
+++ b/content/public/common/web_preferences.h
@@ -43,7 +43,11 @@ enum V8CacheOptions {
V8_CACHE_OPTIONS_PARSE_MEMORY,
V8_CACHE_OPTIONS_HEURISTICS,
V8_CACHE_OPTIONS_HEURISTICS_MOBILE,
- V8_CACHE_OPTIONS_LAST = V8_CACHE_OPTIONS_HEURISTICS_MOBILE
+ V8_CACHE_OPTIONS_HEURISTICS_DEFAULT,
+ V8_CACHE_OPTIONS_HEURISTICS_DEFAULT_MOBILE,
+ V8_CACHE_OPTIONS_RECENT,
+ V8_CACHE_OPTIONS_RECENT_SMALL,
+ V8_CACHE_OPTIONS_LAST = V8_CACHE_OPTIONS_RECENT_SMALL
};
enum V8ScriptStreamingMode {
« no previous file with comments | « content/browser/renderer_host/render_view_host_impl.cc ('k') | content/public/common/web_preferences.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698