| Index: chrome/common/render_messages.h
|
| diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
|
| index ccbbed635b6e854b787f9ab980861ae03f9a43fa..4b208b2007ea0a2748ba927b6137669493b0f94c 100644
|
| --- a/chrome/common/render_messages.h
|
| +++ b/chrome/common/render_messages.h
|
| @@ -220,10 +220,6 @@ IPC_MESSAGE_ROUTED1(ChromeViewHostMsg_SetIsShowingDownloadButtonInErrorPage,
|
| // 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,
|
|
|