Index: ipc/ipc_channel_common.cc |
diff --git a/ipc/ipc_channel_common.cc b/ipc/ipc_channel_common.cc |
index d999733fb0d470d0b7414a1009cb340f60f69b90..b5dcb1ab4bf93380653e5ddde5b00dd3819142f1 100644 |
--- a/ipc/ipc_channel_common.cc |
+++ b/ipc/ipc_channel_common.cc |
@@ -52,5 +52,13 @@ bool Channel::IsSendThreadSafe() const { |
return false; |
} |
+void Channel::OnSetAttachmentBrokerEndpoint() { |
+ CHECK(!did_start_connect_); |
+} |
+ |
+void Channel::WillConnect() { |
+ did_start_connect_ = true; |
+} |
+ |
} // namespace IPC |