| Index: chrome/common/render_messages.h
|
| diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
|
| index 67a387ef694f347b07feb9b8620ffd6dbc56fbc1..3f7530f8b62a14c3841705f7199f6fa28aa82e36 100644
|
| --- a/chrome/common/render_messages.h
|
| +++ b/chrome/common/render_messages.h
|
| @@ -230,10 +230,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,
|
|
|