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

Unified Diff: content/public/test/mock_render_process_host.h

Issue 10541065: Separate out IPC::Message::Sender and channel::Listener into a separate class. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: gclient runhooks Created 8 years, 6 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: content/public/test/mock_render_process_host.h
diff --git a/content/public/test/mock_render_process_host.h b/content/public/test/mock_render_process_host.h
index ca05b22b38df8d7813952d87673d615bcd228ae8..c6f922df90cde7a037de84c5173b17aaa317657c 100644
--- a/content/public/test/mock_render_process_host.h
+++ b/content/public/test/mock_render_process_host.h
@@ -72,10 +72,10 @@ class MockRenderProcessHost : public RenderProcessHost {
virtual base::TimeDelta GetChildProcessIdleTime() const OVERRIDE;
virtual void SurfaceUpdated(int32 surface_id) OVERRIDE;
- // IPC::Channel::Sender via RenderProcessHost.
+ // IPC::MessageSender via RenderProcessHost.
virtual bool Send(IPC::Message* msg) OVERRIDE;
- // IPC::Channel::Listener via RenderProcessHost.
+ // IPC::ChannelListener via RenderProcessHost.
virtual bool OnMessageReceived(const IPC::Message& msg) OVERRIDE;
virtual void OnChannelConnected(int32 peer_pid) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698