summaryrefslogtreecommitdiffstats
path: root/ipc
diff options
context:
space:
mode:
authorbryner@chromium.org <bryner@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-19 19:04:40 +0000
committerbryner@chromium.org <bryner@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-19 19:04:40 +0000
commitd6266a226ac37eab70449234583d1036168c3dc8 (patch)
tree87ee724755b6ea13eb0633d60391f8d389584b33 /ipc
parentba7cc8c1eea511ffccdb57c66336ad84916bcdc1 (diff)
downloadchromium_src-d6266a226ac37eab70449234583d1036168c3dc8.zip
chromium_src-d6266a226ac37eab70449234583d1036168c3dc8.tar.gz
chromium_src-d6266a226ac37eab70449234583d1036168c3dc8.tar.bz2
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
Diffstat (limited to 'ipc')
-rw-r--r--ipc/ipc_channel_proxy.h6
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