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

Unified Diff: content/common/service_manager/child_connection.cc

Issue 2617883002: Add a new BindInterface() method to Connector. (Closed)
Patch Set: . Created 3 years, 11 months 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 | « content/child/blink_platform_impl.cc ('k') | content/ppapi_plugin/ppapi_thread.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/service_manager/child_connection.cc
diff --git a/content/common/service_manager/child_connection.cc b/content/common/service_manager/child_connection.cc
index 68d4466f533975261c27c4a5773458a0e7bd5502..b5f0bfeb5fe9462ebbb0ae8b92d7a94c112fad39 100644
--- a/content/common/service_manager/child_connection.cc
+++ b/content/common/service_manager/child_connection.cc
@@ -95,9 +95,9 @@ class ChildConnection::IOThreadContext
&pid_receiver_);
if (connector) {
- connector->Start(child_identity,
- std::move(service),
- std::move(pid_receiver_request));
+ connector->StartService(child_identity,
+ std::move(service),
+ std::move(pid_receiver_request));
connection_ = connector->Connect(child_identity);
}
}
« no previous file with comments | « content/child/blink_platform_impl.cc ('k') | content/ppapi_plugin/ppapi_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698