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

Unified Diff: chrome/browser/chrome_content_browser_manifest_overlay.json

Issue 2573743003: Flatten mash overlay back into Chrome overlay (Closed)
Patch Set: 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 | « chrome/app/mash/mash_service_overrides.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chrome_content_browser_manifest_overlay.json
diff --git a/chrome/browser/chrome_content_browser_manifest_overlay.json b/chrome/browser/chrome_content_browser_manifest_overlay.json
index d066222314039659241d72bbbb8156450f1c6ffc..479ebae4099cfcc7e134b91b424818962dd71cb1 100644
--- a/chrome/browser/chrome_content_browser_manifest_overlay.json
+++ b/chrome/browser/chrome_content_browser_manifest_overlay.json
@@ -21,6 +21,7 @@
// Under classic ash the browser provides some of the ash interfaces
// to itself.
"app_list::mojom::AppList",
+ "app_list::mojom::AppListPresenter",
"ash::mojom::AcceleratorController",
"ash::mojom::CastConfig",
"ash::mojom::LocaleNotificationController",
@@ -35,13 +36,16 @@
"ash::mojom::VpnList",
"keyboard::mojom::Keyboard"
],
+ "ime:ime_driver": [],
"mash:launchable": [
"mash::mojom::Launchable"
]
},
"requires": {
"ash": [ "ash" ],
- "image_decoder": [ "decode" ]
+ "image_decoder": [ "decode" ],
+ "accessibility_autoclick": [ "ash:autoclick" ],
+ "ui": [ "ime_registrar" ]
}
},
"navigation:frame": {
« no previous file with comments | « chrome/app/mash/mash_service_overrides.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698