Index: ipc/ipc_channel_mojo.h |
diff --git a/ipc/ipc_channel_mojo.h b/ipc/ipc_channel_mojo.h |
index c267649dd849530f4f648982f3e4f5db90dd3019..7a35ee7e9bc761468d7c3f5099ff7c8c004b87d7 100644 |
--- a/ipc/ipc_channel_mojo.h |
+++ b/ipc/ipc_channel_mojo.h |
@@ -111,6 +111,8 @@ class IPC_EXPORT ChannelMojo |
void GetGenericRemoteAssociatedInterface( |
const std::string& name, |
mojo::ScopedInterfaceEndpointHandle handle) override; |
+ void SetProxyTaskRunner( |
+ scoped_refptr<base::SingleThreadTaskRunner> task_runner) override; |
// ChannelMojo needs to kill its MessagePipeReader in delayed manner |
// because the channel wants to kill these readers during the |