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

Unified Diff: media/remoting/remoting_source_impl.cc

Issue 2589663003: mojo:: Rename mojo::GetProxy() to mojo::MakeRequest() (Closed)
Patch Set: Rebase Created 4 years 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 | « media/remoting/remoting_cdm_factory.cc ('k') | media/test/pipeline_integration_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/remoting/remoting_source_impl.cc
diff --git a/media/remoting/remoting_source_impl.cc b/media/remoting/remoting_source_impl.cc
index 9cd53e8575cb445b7df0ee56e3370c0c35f747dc..4f3bc351e4101c46501c742e6466a6ebb1b63b20 100644
--- a/media/remoting/remoting_source_impl.cc
+++ b/media/remoting/remoting_source_impl.cc
@@ -210,9 +210,9 @@ void RemotingSourceImpl::StartDataPipe(
: mojo::ScopedDataPipeConsumerHandle(),
video ? std::move(video_data_pipe->consumer_handle)
: mojo::ScopedDataPipeConsumerHandle(),
- audio ? mojo::GetProxy(&audio_stream_sender)
+ audio ? mojo::MakeRequest(&audio_stream_sender)
: media::mojom::RemotingDataStreamSenderRequest(),
- video ? mojo::GetProxy(&video_stream_sender)
+ video ? mojo::MakeRequest(&video_stream_sender)
: media::mojom::RemotingDataStreamSenderRequest());
done_callback.Run(audio_stream_sender.PassInterface(),
video_stream_sender.PassInterface(),
« no previous file with comments | « media/remoting/remoting_cdm_factory.cc ('k') | media/test/pipeline_integration_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698