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

Unified Diff: content/public/browser/content_browser_client.cc

Issue 1321733004: Use the site engagement eviction policy for temporary storage eviction. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@add_eviction_policy
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
« no previous file with comments | « content/public/browser/content_browser_client.h ('k') | storage/browser/quota/client_usage_tracker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/content_browser_client.cc
diff --git a/content/public/browser/content_browser_client.cc b/content/public/browser/content_browser_client.cc
index 096e7fd9661d0fe8f997003d348f737adc771ad6..0acdad5249f98c5ebed51ac2e3f903eb3ccf6ab5 100644
--- a/content/public/browser/content_browser_client.cc
+++ b/content/public/browser/content_browser_client.cc
@@ -313,6 +313,12 @@ LocationProvider* ContentBrowserClient::OverrideSystemLocationProvider() {
return nullptr;
}
+storage::QuotaEvictionPolicy*
+ContentBrowserClient::GetTemporaryStorageEvictionPolicy(
+ BrowserContext* browser_context) {
+ return nullptr;
+}
+
DevToolsManagerDelegate* ContentBrowserClient::GetDevToolsManagerDelegate() {
return nullptr;
}
« no previous file with comments | « content/public/browser/content_browser_client.h ('k') | storage/browser/quota/client_usage_tracker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698