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

Unified Diff: ios/chrome/browser/experimental_flags.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
Index: ios/chrome/browser/experimental_flags.h
diff --git a/ios/chrome/browser/experimental_flags.h b/ios/chrome/browser/experimental_flags.h
index 7f13f9e06df26d0d9fc1f2ed1ef35b35b5cdd43d..a284e187517c467efd35dc1efbed34a9b09c717f 100644
--- a/ios/chrome/browser/experimental_flags.h
+++ b/ios/chrome/browser/experimental_flags.h
@@ -23,6 +23,9 @@ bool IsBookmarkCollectionEnabled();
// only whether the trial state will be checked in the default state.
void SetWKWebViewTrialEligibility(bool eligible);
+// Whether the lru snapshot cache experiment is enabled.
+bool IsLRUSnapshotCacheEnabled();
+
// Whether the app uses WKWebView instead of UIWebView.
// The returned value will not change within a given session.
bool IsWKWebViewEnabled();

Powered by Google App Engine
This is Rietveld 408576698