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

Unified Diff: components/web_cache/renderer/web_cache_impl.h

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/renderer/web_cache_impl.h
diff --git a/components/web_cache/renderer/web_cache_impl.h b/components/web_cache/renderer/web_cache_impl.h
index 8f3dfdaedeaeceaec455791aae0f3095b993c617..3b629cc250e6941469f762831eea760861a1bae2 100644
--- a/components/web_cache/renderer/web_cache_impl.h
+++ b/components/web_cache/renderer/web_cache_impl.h
@@ -35,9 +35,7 @@ class WebCacheImpl : public mojom::WebCache {
};
// mojom::WebCache methods:
- void SetCacheCapacities(uint64_t min_dead_capacity,
- uint64_t max_dead_capacity,
- uint64_t capacity) override;
+ void SetCacheCapacity(uint64_t capacity) override;
// If |on_navigation| is true, the clearing is delayed until the next
// navigation event.
void ClearCache(bool on_navigation) override;
« no previous file with comments | « components/web_cache/public/interfaces/web_cache.mojom ('k') | components/web_cache/renderer/web_cache_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698