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

Unified Diff: chrome/common/render_messages.h

Issue 2643183002: Convert ChromeViewHostMsg_UpdatedCacheStats to use mojo. (Closed)
Patch Set: Convert ChromeViewHostMsg_UpdatedCacheStats to use mojo. Created 3 years, 8 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
« no previous file with comments | « chrome/common/cache_stats_recorder.mojom ('k') | chrome/renderer/chrome_render_thread_observer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « chrome/common/cache_stats_recorder.mojom ('k') | chrome/renderer/chrome_render_thread_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698