From d6266a226ac37eab70449234583d1036168c3dc8 Mon Sep 17 00:00:00 2001 From: "bryner@chromium.org" Date: Tue, 19 Jun 2012 19:04:40 +0000 Subject: Remove an IPC::ChannelProxy constructor that is not actually implemented anywhere. Review URL: https://chromiumcodereview.appspot.com/10577006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@143007 0039d316-1c4b-4281-b951-d872f2087c98 --- ipc/ipc_channel_proxy.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'ipc') 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 -- cgit v1.1