Index: ipc/ipc_sync_channel.h |
diff --git a/ipc/ipc_sync_channel.h b/ipc/ipc_sync_channel.h |
index 103925a70fb95fbb62328c4238bc489dc3050314..bfa9b93e2d01003628020ff29e1f292758cc0a58 100644 |
--- a/ipc/ipc_sync_channel.h |
+++ b/ipc/ipc_sync_channel.h |
@@ -229,6 +229,8 @@ class IPC_EXPORT SyncChannel : public ChannelProxy { |
// ChannelProxy overrides: |
void OnChannelInit() override; |
+ bool SendNow(std::unique_ptr<Message> message) override; |
+ bool SendOnIPCThread(std::unique_ptr<Message> message) override; |
// Used to signal events between the IPC and listener threads. |
base::WaitableEventWatcher dispatch_watcher_; |