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

Unified Diff: public/web/WebSettings.h

Issue 845923003: Add experimental v8 code cache options. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.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
Index: public/web/WebSettings.h
diff --git a/public/web/WebSettings.h b/public/web/WebSettings.h
index 3bc934e0a3f585e9de3f44a9e76c300026b3d4c7..c2091a6834a9952963a402160eacfd869d42d028 100644
--- a/public/web/WebSettings.h
+++ b/public/web/WebSettings.h
@@ -65,7 +65,11 @@ public:
V8CacheOptionsNone,
V8CacheOptionsParseMemory,
V8CacheOptionsHeuristics,
- V8CacheOptionsHeuristicsMobile
+ V8CacheOptionsHeuristicsMobile,
+ V8CacheOptionsHeuristicsDefault,
+ V8CacheOptionsHeuristicsDefaultMobile,
+ V8CacheOptionsRecent,
+ V8CacheOptionsRecentSmall
};
enum V8ScriptStreamingMode {
« Source/bindings/core/v8/V8ScriptRunner.cpp ('K') | « Source/web/AssertMatchingEnums.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698