Index: content/common/child_thread.h |
=================================================================== |
--- content/common/child_thread.h (revision 150055) |
+++ content/common/child_thread.h (working copy) |
@@ -115,13 +115,14 @@ |
on_channel_error_called_ = on_channel_error_called; |
} |
- private: |
- void Init(); |
- |
// IPC::Listener implementation: |
virtual bool OnMessageReceived(const IPC::Message& msg) OVERRIDE; |
+ virtual void OnChannelConnected(int32 peer_pid) OVERRIDE; |
virtual void OnChannelError() OVERRIDE; |
+ private: |
+ void Init(); |
+ |
#if defined(USE_TCMALLOC) |
void OnGetTcmallocStats(); |
#endif |