Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(235)

Unified Diff: chrome/common/render_messages.h

Issue 2643183002: Convert ChromeViewHostMsg_UpdatedCacheStats to use mojo. (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698