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

Unified Diff: content/child/blink_platform_impl.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/browser/media/media_interface_proxy.cc ('k') | content/common/service_manager/child_connection.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/blink_platform_impl.cc
diff --git a/content/child/blink_platform_impl.cc b/content/child/blink_platform_impl.cc
index 4f3c2aae6317f49dbb5286c94f946e74bc462ab3..7c6dfda8dbe3b236e86e401a012c9ad968530544 100644
--- a/content/child/blink_platform_impl.cc
+++ b/content/child/blink_platform_impl.cc
@@ -794,7 +794,7 @@ void BlinkPlatformImpl::bindServiceConnector(
ChildThreadImpl::current()
->GetServiceManagerConnection()
->GetConnector()
- ->BindRequest(std::move(chromium_request));
+ ->BindConnectorRequest(std::move(chromium_request));
}
size_t BlinkPlatformImpl::actualMemoryUsageMB() {
« no previous file with comments | « content/browser/media/media_interface_proxy.cc ('k') | content/common/service_manager/child_connection.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698