Index: ipc/ipc_channel_proxy.cc |
diff --git a/ipc/ipc_channel_proxy.cc b/ipc/ipc_channel_proxy.cc |
index 848e1856294f3d28384681f9c745a05add97e851..3df9ec7c17ac6994a082e22b7fee5532ffc0e6a7 100644 |
--- a/ipc/ipc_channel_proxy.cc |
+++ b/ipc/ipc_channel_proxy.cc |
@@ -486,6 +486,7 @@ base::ProcessId ChannelProxy::GetPeerPID() const { |
} |
void ChannelProxy::OnSetAttachmentBrokerEndpoint() { |
+ DCHECK(!did_init_); |
context()->set_attachment_broker_endpoint(is_attachment_broker_endpoint()); |
} |