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

Unified Diff: chrome/common/chrome_switches.cc

Issue 1363523003: Enable SiteEngagementEvictionPolicy behind --enable-site-eviction-policy flag. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lru_policy_gooood
Patch Set: Created 5 years, 3 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: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 51a5257336c405f444a7ecdd651d94e5225fa95d..3aa0ff6f72439f4593f9fcfc985ad40ac0a83ec8 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -536,6 +536,11 @@ const char kEnableSimplifiedFullscreenUI[] = "enable-simplified-fullscreen-ui";
const char kDisableSimplifiedFullscreenUI[] =
"disable-simplified-fullscreen-ui";
+// Enable the Site Engagement Eviction Policy which evicts temporary storage
+// using the site engagement service.
+const char kEnableSiteEngagementEvictionPolicy[] =
+ "enable-site-engagement-eviction-policy";
dominickn 2015/09/24 00:53:42 Nit: you should document in flags that this will i
calamity 2015/10/26 03:01:57 Done.
+
// Enable the Site Engagement service, which records interaction with sites and
// allocates certain resources accordingly.
const char kEnableSiteEngagementService[] = "enable-site-engagement-service";

Powered by Google App Engine
This is Rietveld 408576698