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

Unified Diff: ios/chrome/browser/chrome_switches.h

Issue 1410973008: Added an experiment for an LRU snapshot cache. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « no previous file | ios/chrome/browser/chrome_switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/chrome_switches.h
diff --git a/ios/chrome/browser/chrome_switches.h b/ios/chrome/browser/chrome_switches.h
index f1c590efdfae6f8a70172eac6ef2feeee5b441d1..6d452caf3e52be11fdaca692bc1eb2e3b7260e96 100644
--- a/ios/chrome/browser/chrome_switches.h
+++ b/ios/chrome/browser/chrome_switches.h
@@ -18,6 +18,7 @@ extern const char kDisableKeyboardCommands[];
extern const char kDisableNTPFavicons[];
extern const char kDisableOfflineAutoReload[];
extern const char kDisableTabSwitcher[];
+extern const char kDisableLRUSnapshotCache[];
extern const char kEnableContextualSearch[];
extern const char kEnableCredentialManagerAPI[];
@@ -29,6 +30,7 @@ extern const char kEnableNTPFavicons[];
extern const char kEnableOfflineAutoReload[];
extern const char kEnableReaderModeToolbarIcon[];
extern const char kEnableTabSwitcher[];
+extern const char kEnableLRUSnapshotCache[];
extern const char kIOSMetricsRecordingOnly[];
extern const char kUserAgent[];
« no previous file with comments | « no previous file | ios/chrome/browser/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698