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

Unified Diff: mash/task_viewer/task_viewer.cc

Issue 2592623002: mojo:: Introduce InterfaceRequest ctor that takes in InterfacePtr* (Closed)
Patch Set: Rebase + response to review 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
« no previous file with comments | « content/renderer/render_frame_impl.cc ('k') | mash/webtest/webtest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/task_viewer/task_viewer.cc
diff --git a/mash/task_viewer/task_viewer.cc b/mash/task_viewer/task_viewer.cc
index 3023a49e89e1d23f2cae6ef4c9fc1a4aac1732f8..cd9d8a46143862d61bcc2da783aa19b6ef9b37be 100644
--- a/mash/task_viewer/task_viewer.cc
+++ b/mash/task_viewer/task_viewer.cc
@@ -318,8 +318,7 @@ void TaskViewer::Launch(uint32_t what, mojom::LaunchMode how) {
service_manager::mojom::kServiceName, &service_manager);
service_manager::mojom::ServiceManagerListenerPtr listener;
- service_manager::mojom::ServiceManagerListenerRequest request =
- MakeRequest(&listener);
+ service_manager::mojom::ServiceManagerListenerRequest request(&listener);
service_manager->AddListener(std::move(listener));
catalog::mojom::CatalogPtr catalog;
« no previous file with comments | « content/renderer/render_frame_impl.cc ('k') | mash/webtest/webtest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698