Index: ipc/ipc_channel_mojo.cc |
diff --git a/ipc/ipc_channel_mojo.cc b/ipc/ipc_channel_mojo.cc |
index 70a12f4f37e07edce6bbf238bd85358f7dc06d47..98fde286ae32464ef0ed191ed723c1f8b6c7a45f 100644 |
--- a/ipc/ipc_channel_mojo.cc |
+++ b/ipc/ipc_channel_mojo.cc |
@@ -498,4 +498,10 @@ void ChannelMojo::GetGenericRemoteAssociatedInterface( |
message_reader_->GetRemoteInterface(name, std::move(handle)); |
} |
+void ChannelMojo::SetProxyTaskRunner( |
+ scoped_refptr<base::SingleThreadTaskRunner> task_runner) { |
+ DCHECK(bootstrap_); |
+ bootstrap_->SetProxyTaskRunner(task_runner); |
+} |
+ |
} // namespace IPC |