Index: ipc/ipc_channel_proxy.cc |
diff --git a/ipc/ipc_channel_proxy.cc b/ipc/ipc_channel_proxy.cc |
index f0031d6f77d684a3394fb0ce2269e3b0403deafb..9af174bf8e30e1e2dbae13d53a49cc40d523e76c 100644 |
--- a/ipc/ipc_channel_proxy.cc |
+++ b/ipc/ipc_channel_proxy.cc |
@@ -490,6 +490,7 @@ base::ProcessId ChannelProxy::GetPeerPID() const { |
} |
void ChannelProxy::OnSetAttachmentBrokerEndpoint() { |
+ CHECK(!did_init_); |
context()->set_attachment_broker_endpoint(is_attachment_broker_endpoint()); |
} |