Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(56)

Unified Diff: ipc/ipc_sync_channel.h

Issue 2301123004: Mojo Channel: Fix deferred proxy dispatch; support paused channels (Closed)
Patch Set: . Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ipc/ipc_mojo_bootstrap.cc ('k') | ipc/ipc_sync_channel.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/ipc_sync_channel.h
diff --git a/ipc/ipc_sync_channel.h b/ipc/ipc_sync_channel.h
index e8c96d209adfca3ad7154d715a64cb3860a0341c..52d4ae9b829c124bcac8cfdbd9c03dda0975727a 100644
--- a/ipc/ipc_sync_channel.h
+++ b/ipc/ipc_sync_channel.h
@@ -189,7 +189,7 @@ class IPC_EXPORT SyncChannel : public ChannelProxy {
// Called on the IPC thread.
bool OnMessageReceived(const Message& msg) override;
void OnChannelError() override;
- void OnChannelOpened() override;
+ void OnChannelOpened(bool pause) override;
void OnChannelClosed() override;
// Cancels all pending Send calls.
« no previous file with comments | « ipc/ipc_mojo_bootstrap.cc ('k') | ipc/ipc_sync_channel.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698