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

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

Issue 721683002: Introduce option "code-compressed" to --v8-code-options. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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 057174fef620e0c1da1cf6613f009d12b26ab57a..c9791eb32332098b5111ec26a5669caccf68d951 100644
--- a/content/public/common/web_preferences.h
+++ b/content/public/common/web_preferences.h
@@ -36,7 +36,8 @@ enum V8CacheOptions {
V8_CACHE_OPTIONS_OFF,
V8_CACHE_OPTIONS_PARSE,
V8_CACHE_OPTIONS_CODE,
- V8_CACHE_OPTIONS_LAST = V8_CACHE_OPTIONS_CODE
+ V8_CACHE_OPTIONS_CODE_COMPRESSED,
+ V8_CACHE_OPTIONS_LAST = V8_CACHE_OPTIONS_CODE_COMPRESSED
};
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