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

Unified Diff: chrome/browser/engagement/site_engagement_eviction_policy.h

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/browser/engagement/site_engagement_eviction_policy.h
diff --git a/chrome/browser/engagement/site_engagement_eviction_policy.h b/chrome/browser/engagement/site_engagement_eviction_policy.h
index c11db025e71d681bffc5845e8d8d6af8cfd80a54..bb277ada51095f7cc8742c9c1f23be469023abfb 100644
--- a/chrome/browser/engagement/site_engagement_eviction_policy.h
+++ b/chrome/browser/engagement/site_engagement_eviction_policy.h
@@ -22,6 +22,8 @@ class SiteEngagementScoreProvider;
class SiteEngagementEvictionPolicy : public storage::QuotaEvictionPolicy {
public:
+ static bool IsEnabled();
+
SiteEngagementEvictionPolicy(storage::StorageType type,
storage::QuotaManager* manager,
content::BrowserContext* browser_context);

Powered by Google App Engine
This is Rietveld 408576698