Index: ipc/ipc_channel_common.cc |
diff --git a/ipc/ipc_channel_common.cc b/ipc/ipc_channel_common.cc |
index 3002b6659853987aa1cc1e2702d949918d60324c..1d5d2f99c61e864785a7a16a4fafd0546a43c382 100644 |
--- a/ipc/ipc_channel_common.cc |
+++ b/ipc/ipc_channel_common.cc |
@@ -84,6 +84,10 @@ void Channel::GenerateMojoChannelHandlePair( |
Channel::~Channel() { |
} |
+Channel::AssociatedInterfaceSupport* Channel::GetAssociatedInterfaceSupport() { |
+ return nullptr; |
+} |
+ |
bool Channel::IsSendThreadSafe() const { |
return false; |
} |