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

Unified Diff: Source/core/frame/Settings.in

Issue 432273004: Implement Blink-side changes to enable V8 code caching. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 5 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: Source/core/frame/Settings.in
diff --git a/Source/core/frame/Settings.in b/Source/core/frame/Settings.in
index 2215ed15e2e62e75e9422ff81d40c1e3ee3a2c98..65f570e57c9238884918198874608a464dda23b7 100644
--- a/Source/core/frame/Settings.in
+++ b/Source/core/frame/Settings.in
@@ -269,3 +269,6 @@ deviceScaleAdjustment type=double, initial=1.0, invalidate=TextAutosizing
# API will return 'false' in that case.
maxBeaconTransmission type=int, initial=16384
+# V8 supports different types of caching. Used by V8 bindings.
+v8CacheOptions type=String
+

Powered by Google App Engine
This is Rietveld 408576698