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

Unified Diff: chrome/common/render_messages.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: chrome/common/render_messages.h
diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
index 66088df4ac54731a80a8d4b949378e516758a767..360d98dc6a53135e83540783bb0cd97cf281f47c 100644
--- a/chrome/common/render_messages.h
+++ b/chrome/common/render_messages.h
@@ -346,12 +346,9 @@ IPC_MESSAGE_ROUTED0(ChromeViewHostMsg_DownloadPageLater)
// 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.
« no previous file with comments | « chrome/browser/ui/task_manager/task_manager_table_model.cc ('k') | chrome/common/resource_usage_reporter_type_converters.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698