| Index: chrome/common/render_messages.h
|
| diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
|
| index 61cc03b848e9cf6b4fb37622d211cb4d8dd10aec..8ce6a834cb4cc5467df31ee8f74284a5fc856421 100644
|
| --- a/chrome/common/render_messages.h
|
| +++ b/chrome/common/render_messages.h
|
| @@ -199,10 +199,6 @@ IPC_MESSAGE_ROUTED0(ChromeViewMsg_AddSandboxStatusExtension)
|
| // Misc messages
|
| // These are messages sent from the renderer to the browser process.
|
|
|
| -IPC_MESSAGE_CONTROL2(ChromeViewHostMsg_UpdatedCacheStats,
|
| - uint64_t /* capacity */,
|
| - uint64_t /* size */)
|
| -
|
| // Tells the browser that content in the current page was blocked due to the
|
| // user's content settings.
|
| IPC_MESSAGE_ROUTED2(ChromeViewHostMsg_ContentBlocked,
|
|
|