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

Unified Diff: chrome/app/mojo/chrome_manifest.json

Issue 2316553003: mash: Add autoclick app. (Closed)
Patch Set: MouseEvent; if etc. 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 | « chrome/app/mash/BUILD.gn ('k') | chrome/browser/chromeos/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/mojo/chrome_manifest.json
diff --git a/chrome/app/mojo/chrome_manifest.json b/chrome/app/mojo/chrome_manifest.json
index 44f0d2af54428340ee4a759718abc293f41beedd..2b803c12c4a630d3163e75ecab0a0ccb4299cdd5 100644
--- a/chrome/app/mojo/chrome_manifest.json
+++ b/chrome/app/mojo/chrome_manifest.json
@@ -4,17 +4,15 @@
"display_name": "Chrome",
"capabilities": {
"required": {
- "*": { "classes": [ "app" ] },
+ "*": { "classes": [ "app", "mash:launchable" ] },
"mojo:ash": {
"interfaces": [
"ash::mojom::ShelfController",
"ash::mojom::WallpaperController"
]
},
- "mojo:touch_hud": {
- "interfaces": [
- "mash::mojom::Launchable"
- ]
+ "mojo:accessibility_autoclick": {
+ "interfaces": [ "ash::autoclick::mojom::AutoclickController" ]
}
},
"provided": {
« no previous file with comments | « chrome/app/mash/BUILD.gn ('k') | chrome/browser/chromeos/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698