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

Unified Diff: mash/task_viewer/task_viewer.cc

Issue 2390013002: Rename mojo: to service: (Closed)
Patch Set: . Created 4 years, 2 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 | « mash/task_viewer/manifest.json ('k') | mash/unittests_manifest.json » ('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 445cd02b20d80cd9c2db374b4c67da49347d9276..721aa70a9aa440e7551b76fc0cfa1f638e8bf81a 100644
--- a/mash/task_viewer/task_viewer.cc
+++ b/mash/task_viewer/task_viewer.cc
@@ -307,14 +307,14 @@ void TaskViewer::Launch(uint32_t what, mojom::LaunchMode how) {
}
shell::mojom::ServiceManagerPtr service_manager;
- connector()->ConnectToInterface("mojo:shell", &service_manager);
+ connector()->ConnectToInterface("service:shell", &service_manager);
shell::mojom::ServiceManagerListenerPtr listener;
shell::mojom::ServiceManagerListenerRequest request = GetProxy(&listener);
service_manager->AddListener(std::move(listener));
catalog::mojom::CatalogPtr catalog;
- connector()->ConnectToInterface("mojo:catalog", &catalog);
+ connector()->ConnectToInterface("service:catalog", &catalog);
TaskViewerContents* task_viewer = new TaskViewerContents(
this, std::move(request), std::move(catalog));
« no previous file with comments | « mash/task_viewer/manifest.json ('k') | mash/unittests_manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698