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