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

Side by Side Diff: chrome/browser/chrome_content_browser_manifest_overlay.json

Issue 2391253004: Use mojo Shelf interfaces for both mash and classic ash. (Closed)
Patch Set: Sync and rebase. 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "name": "service:content_browser", 2 "name": "service:content_browser",
3 "capabilities": { 3 "capabilities": {
4 "provided": { 4 "provided": {
5 "renderer": [ 5 "renderer": [
6 "autofill::mojom::AutofillDriver", 6 "autofill::mojom::AutofillDriver",
7 "autofill::mojom::PasswordManagerDriver", 7 "autofill::mojom::PasswordManagerDriver",
8 "extensions::StashService", 8 "extensions::StashService",
9 "metrics::mojom::LeakDetector", 9 "metrics::mojom::LeakDetector",
10 "startup_metric_utils::mojom::StartupMetricHost", 10 "startup_metric_utils::mojom::StartupMetricHost",
11 "translate::mojom::ContentTranslateDriver" 11 "translate::mojom::ContentTranslateDriver"
12 ], 12 ],
13 "gpu": [ 13 "gpu": [
14 "metrics::mojom::CallStackProfileCollector" 14 "metrics::mojom::CallStackProfileCollector"
15 ], 15 ],
16 "ash": [ 16 "ash": [
17 "ash::mojom::ShelfController",
sky 2016/10/07 16:10:17 Don't you also need to update ash/mus/manifest.jso
msw 2016/10/07 22:45:57 Done, made mash->chrome list classes, not required
17 "ash::mojom::SystemTray", 18 "ash::mojom::SystemTray",
18 "ash::mojom::SystemTrayClient" 19 "ash::mojom::SystemTrayClient"
19 ] 20 ]
20 } 21 }
21 } 22 }
22 } 23 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698