Index: ipc/ipc_channel_mojo.h |
diff --git a/ipc/ipc_channel_mojo.h b/ipc/ipc_channel_mojo.h |
index 44877b269c0705739d82c22f4771abe06e77d24d..8dbc23e3125008bdbce172be70d7fd9a2d46b3c2 100644 |
--- a/ipc/ipc_channel_mojo.h |
+++ b/ipc/ipc_channel_mojo.h |
@@ -68,7 +68,7 @@ class IPC_EXPORT ChannelMojo |
// Channel implementation |
bool Connect() override; |
- bool ConnectPaused() override; |
+ void Pause() override; |
void Unpause(bool flush) override; |
void Flush() override; |
void Close() override; |