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

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

Issue 1192323002: Cleanup: Remove experimental V8 cache strategies that we discarded. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Better comments. Created 5 years, 6 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/common/content_switches_internal.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 444ce51cf5b9f44e5c11d5527d13d688d8658353..e8d7d13fb9a63b13ee1f396ada43f1c076646dec 100644
--- a/content/public/common/web_preferences.h
+++ b/content/public/common/web_preferences.h
@@ -36,18 +36,10 @@ enum EditingBehavior {
// Cache options for V8. See V8CacheOptions.h for information on the options.
enum V8CacheOptions {
V8_CACHE_OPTIONS_DEFAULT,
+ V8_CACHE_OPTIONS_NONE,
V8_CACHE_OPTIONS_PARSE,
V8_CACHE_OPTIONS_CODE,
- V8_CACHE_OPTIONS_CODE_COMPRESSED,
- V8_CACHE_OPTIONS_NONE,
- V8_CACHE_OPTIONS_PARSE_MEMORY,
- V8_CACHE_OPTIONS_HEURISTICS,
- 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
+ V8_CACHE_OPTIONS_LAST = V8_CACHE_OPTIONS_CODE
};
// ImageAnimationPolicy is used for controlling image animation
« no previous file with comments | « content/common/content_switches_internal.cc ('k') | content/public/common/web_preferences.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698