Index: chrome/common/render_messages.h |
diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h |
index 8b9a99b2e10f3c6677c2641466af3f5a188b02ea..43ab45888407f091e7d8042c5f85773133d83d43 100644 |
--- a/chrome/common/render_messages.h |
+++ b/chrome/common/render_messages.h |
@@ -197,10 +197,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, |