| Index: ipc/ipc_channel_proxy.cc
|
| diff --git a/ipc/ipc_channel_proxy.cc b/ipc/ipc_channel_proxy.cc
|
| index 2f4b7cfb275c336506e40a14d051456990e497da..2e601f2364acb2df30fd625cba3045802b330468 100644
|
| --- a/ipc/ipc_channel_proxy.cc
|
| +++ b/ipc/ipc_channel_proxy.cc
|
| @@ -571,6 +571,7 @@ mojo::AssociatedGroup* ChannelProxy::GetAssociatedGroup() {
|
| void ChannelProxy::GetGenericRemoteAssociatedInterface(
|
| const std::string& name,
|
| mojo::ScopedInterfaceEndpointHandle handle) {
|
| + DCHECK(did_init_);
|
| context_->ipc_task_runner()->PostTask(
|
| FROM_HERE, base::Bind(&Context::GetRemoteAssociatedInterface,
|
| context_.get(), name, base::Passed(&handle)));
|
|
|