Index: ipc/ipc_channel_common.cc |
diff --git a/ipc/ipc_channel_common.cc b/ipc/ipc_channel_common.cc |
index 7fb51a2f049352c2d6c3c22d90f559ed519221a2..24bb54306180f638afdc1b18b1e95fe895f12f34 100644 |
--- a/ipc/ipc_channel_common.cc |
+++ b/ipc/ipc_channel_common.cc |
@@ -80,10 +80,7 @@ Channel::AssociatedInterfaceSupport* Channel::GetAssociatedInterfaceSupport() { |
return nullptr; |
} |
-bool Channel::ConnectPaused() { |
- NOTREACHED(); |
- return false; |
-} |
+void Channel::Pause() { NOTREACHED(); } |
void Channel::Unpause(bool flush) { NOTREACHED(); } |