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. |