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

Unified Diff: services/dart/content_handler_app_service_connector.cc

Issue 1118843003: Remove some InterfacePtr<> methods which directly deal with message pipe handles. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 8 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 | « mojo/services/view_manager/public/cpp/lib/view_manager_client_impl.cc ('k') | services/js/echo_apptest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/dart/content_handler_app_service_connector.cc
diff --git a/services/dart/content_handler_app_service_connector.cc b/services/dart/content_handler_app_service_connector.cc
index 7b4b258c7a8b5aef2ee60094122e6aa5558b6c8a..86d133e958b913a8b74b9700ddb06d7b6a1a4029 100644
--- a/services/dart/content_handler_app_service_connector.cc
+++ b/services/dart/content_handler_app_service_connector.cc
@@ -53,7 +53,7 @@ MojoHandle ContentHandlerAppServiceConnector::ConnectToService(
application_name,
base::Passed(GetProxy(&interface_ptr))));
// Return proxy end of pipe to caller.
- return interface_ptr.PassMessagePipe().release().value();
+ return interface_ptr.PassInterface().PassHandle().release().value();
}
break;
default:
« no previous file with comments | « mojo/services/view_manager/public/cpp/lib/view_manager_client_impl.cc ('k') | services/js/echo_apptest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698