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

Unified Diff: content/browser/renderer_host/render_process_host_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
Index: content/browser/renderer_host/render_process_host_impl.cc
diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc
index 6b7b72e7c49dfff21aff9563cb85652a2926a20a..4a248aac2fa8e145559a3a64cf9b9feefec9f58f 100644
--- a/content/browser/renderer_host/render_process_host_impl.cc
+++ b/content/browser/renderer_host/render_process_host_impl.cc
@@ -935,7 +935,7 @@ void RenderProcessHostImpl::InitializeChannelProxy() {
// doesn't care about render processes, so we can initialize a dummy
// connection.
service_manager::mojom::ServiceRequest request =
- mojo::GetProxy(&test_service_);
+ mojo::MakeRequest(&test_service_);
ServiceManagerConnection::SetForProcess(ServiceManagerConnection::Create(
std::move(request), io_task_runner));
}

Powered by Google App Engine
This is Rietveld 408576698