Index: ipc/ipc_channel_common.cc |
diff --git a/ipc/ipc_channel_common.cc b/ipc/ipc_channel_common.cc |
index c12a360b64c6ac4d7657f9772fc9a4d7662e66f6..fa9bdd4ce662817207d293e18f26d9009ce88932 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() { |
+ DCHECK(!did_start_connect_); |
+} |
+ |
+void Channel::WillConnect() { |
+ did_start_connect_ = true; |
+} |
+ |
} // namespace IPC |