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

Unified Diff: components/web_cache/public/interfaces/web_cache.mojom

Issue 2435603002: [WeakMemoryCache] Remove dead/live distinction of Resource outside core/fetch (Closed)
Patch Set: Rebase Created 4 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: components/web_cache/public/interfaces/web_cache.mojom
diff --git a/components/web_cache/public/interfaces/web_cache.mojom b/components/web_cache/public/interfaces/web_cache.mojom
index 64af4fc343d29addad821cac8c82bdf8c7ac240d..893510b8224b093ef8f617e13640667d15a68f93 100644
--- a/components/web_cache/public/interfaces/web_cache.mojom
+++ b/components/web_cache/public/interfaces/web_cache.mojom
@@ -6,9 +6,7 @@ module web_cache.mojom;
interface WebCache {
// Set cache capacity values.
- SetCacheCapacities(uint64 min_dead_capacity,
- uint64 max_dead_capacity,
- uint64 capacity);
+ SetCacheCapacity(uint64 capacity);
// Clear cache.
ClearCache(bool on_navigation);
};
« no previous file with comments | « components/web_cache/browser/web_cache_manager_unittest.cc ('k') | components/web_cache/renderer/web_cache_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698