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

Unified Diff: media/mojo/services/mojo_cdm_service.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/mojo/services/media_service_unittest.cc ('k') | media/mojo/services/strong_binding_set_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/mojo/services/mojo_cdm_service.cc
diff --git a/media/mojo/services/mojo_cdm_service.cc b/media/mojo/services/mojo_cdm_service.cc
index 866a9e0a51f9954755f803df7db3d6bc6a2a26a1..ab3ce9a2c79dd6b09aeabe44026a306707b920d7 100644
--- a/media/mojo/services/mojo_cdm_service.cc
+++ b/media/mojo/services/mojo_cdm_service.cc
@@ -205,7 +205,7 @@ void MojoCdmService::OnCdmCreated(
// MojoDecryptorService takes a reference to the CDM, but it is still owned
// by |this|.
decryptor_.reset(new MojoDecryptorService(
- cdm_, GetProxy(&decryptor_service),
+ cdm_, MakeRequest(&decryptor_service),
base::Bind(&MojoCdmService::OnDecryptorConnectionError, weak_this_)));
}
« no previous file with comments | « media/mojo/services/media_service_unittest.cc ('k') | media/mojo/services/strong_binding_set_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698