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

Unified Diff: chrome/common/render_messages.h

Issue 2435603002: [WeakMemoryCache] Remove dead/live distinction of Resource outside core/fetch (Closed)
Patch Set: Rebase, rename capacities to capacity Created 4 years, 2 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/render_messages.h
diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
index e90ed2d4cc525daed4bbbf8f6e01121d5575f318..5259c0eb4c7833314e4282dd70457d5b0228172e 100644
--- a/chrome/common/render_messages.h
+++ b/chrome/common/render_messages.h
@@ -358,12 +358,9 @@ IPC_MESSAGE_ROUTED0(ChromeViewHostMsg_ShowOfflinePages)
// Misc messages
// These are messages sent from the renderer to the browser process.
-IPC_MESSAGE_CONTROL5(ChromeViewHostMsg_UpdatedCacheStats,
- uint64_t /* min_dead_capacity */,
- uint64_t /* max_dead_capacity */,
+IPC_MESSAGE_CONTROL2(ChromeViewHostMsg_UpdatedCacheStats,
uint64_t /* capacity */,
- uint64_t /* live_size */,
- uint64_t /* dead_size */)
+ uint64_t /* size */)
// Tells the browser that content in the current page was blocked due to the
// user's content settings.

Powered by Google App Engine
This is Rietveld 408576698