Index: ipc/ipc_channel_proxy.cc |
diff --git a/ipc/ipc_channel_proxy.cc b/ipc/ipc_channel_proxy.cc |
index ceffb9474c47290cc11c4590cf1f680d8bc70fa6..04795a0368209dcbbcf8d451699482223431b939 100644 |
--- a/ipc/ipc_channel_proxy.cc |
+++ b/ipc/ipc_channel_proxy.cc |
@@ -52,7 +52,7 @@ void ChannelProxy::Context::CreateChannel(const IPC::ChannelHandle& handle, |
const Channel::Mode& mode) { |
DCHECK(!channel_); |
channel_id_ = handle.name; |
- channel_ = Channel::CreateByModeForProxy(handle, mode, this); |
+ channel_ = Channel::Create(handle, mode, this); |
} |
bool ChannelProxy::Context::TryFilters(const Message& message) { |