diff options
Diffstat (limited to 'ipc')
-rw-r--r-- | ipc/ipc_channel_proxy.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ipc/ipc_channel_proxy.h b/ipc/ipc_channel_proxy.h index e323c0f..9989660 100644 --- a/ipc/ipc_channel_proxy.h +++ b/ipc/ipc_channel_proxy.h @@ -128,12 +128,6 @@ class IPC_EXPORT ChannelProxy : public Sender { Listener* listener, base::MessageLoopProxy* ipc_thread_loop); - // Creates an uninitialized channel proxy. Init must be called to receive - // or send any messages. This two-step setup allows message filters to be - // added before any messages are sent or received. - ChannelProxy(Listener* listener, - base::MessageLoopProxy* ipc_thread_loop); - virtual ~ChannelProxy(); // Initializes the channel proxy. Only call this once to initialize a channel |