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

Unified Diff: content/browser/service_worker/embedded_worker_test_helper.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
Index: content/browser/service_worker/embedded_worker_test_helper.cc
diff --git a/content/browser/service_worker/embedded_worker_test_helper.cc b/content/browser/service_worker/embedded_worker_test_helper.cc
index 5c62c8d7d34ce5bca702c45599bd4190c8f0d74c..004f9e418e7c1b9b6c78736cb7685b3a2b6467c1 100644
--- a/content/browser/service_worker/embedded_worker_test_helper.cc
+++ b/content/browser/service_worker/embedded_worker_test_helper.cc
@@ -579,7 +579,7 @@ EmbeddedWorkerTestHelper::CreateInterfaceRegistry(MockRenderProcessHost* rph) {
base::Bind(&MockEmbeddedWorkerInstanceClient::Bind, AsWeakPtr()));
service_manager::mojom::InterfaceProviderPtr interfaces;
- registry->Bind(mojo::GetProxy(&interfaces), service_manager::Identity(),
+ registry->Bind(mojo::MakeRequest(&interfaces), service_manager::Identity(),
service_manager::InterfaceProviderSpec(),
service_manager::Identity(),
service_manager::InterfaceProviderSpec());

Powered by Google App Engine
This is Rietveld 408576698