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

Unified Diff: ash/mus/manifest.json

Issue 2296763009: mash: Fix launching touch hud app in mash mode. (Closed)
Patch Set: deps and define Created 4 years, 3 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 | « ash/mus/bridge/wm_shell_mus.cc ('k') | ash/touch_hud/mus/touch_hud_application.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/manifest.json
diff --git a/ash/mus/manifest.json b/ash/mus/manifest.json
index 9276b46d31cca6c365754618da4254c245a02b7e..ae3fe9a61656a96b63e0b12061caa25a1136e143 100644
--- a/ash/mus/manifest.json
+++ b/ash/mus/manifest.json
@@ -16,6 +16,11 @@
"ui::mojom::AccessibilityManager",
"ui::mojom::WindowManagerWindowTreeFactory"
]
+ },
+ "mojo:touch_hud": {
+ "interfaces": [
+ "mash::mojom::Launchable"
+ ]
}
}
}
« no previous file with comments | « ash/mus/bridge/wm_shell_mus.cc ('k') | ash/touch_hud/mus/touch_hud_application.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698