Chromium Code Reviews| Index: ipc/ipc_channel_proxy.cc |
| diff --git a/ipc/ipc_channel_proxy.cc b/ipc/ipc_channel_proxy.cc |
| index 848e1856294f3d28384681f9c745a05add97e851..2ebc9040a1edb32eacd35ca9632ade6c86b360fe 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() { |
| + CHECK(!did_init_); |
| context()->set_attachment_broker_endpoint(is_attachment_broker_endpoint()); |
| } |