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

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: Address comments. 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 "display_name": "Chrome", 3 "display_name": "Chrome",
4 "capabilities": { 4 "capabilities": {
5 "provided": { 5 "provided": {
6 "renderer": [ 6 "renderer": [
7 "autofill::mojom::AutofillDriver", 7 "autofill::mojom::AutofillDriver",
8 "autofill::mojom::PasswordManagerDriver", 8 "autofill::mojom::PasswordManagerDriver",
9 "extensions::StashService", 9 "extensions::StashService",
10 "metrics::mojom::LeakDetector", 10 "metrics::mojom::LeakDetector",
11 "startup_metric_utils::mojom::StartupMetricHost", 11 "startup_metric_utils::mojom::StartupMetricHost",
12 "translate::mojom::ContentTranslateDriver" 12 "translate::mojom::ContentTranslateDriver"
13 ], 13 ],
14 "gpu": [ 14 "gpu": [
15 "metrics::mojom::CallStackProfileCollector" 15 "metrics::mojom::CallStackProfileCollector"
16 ], 16 ],
17 "ash": [ 17 "ash": [
18 "ash::mojom::ShelfController",
18 "ash::mojom::SystemTray", 19 "ash::mojom::SystemTray",
19 "ash::mojom::SystemTrayClient" 20 "ash::mojom::SystemTrayClient"
20 ], 21 ],
21 "mash:launchable": [ 22 "mash:launchable": [
22 "mash::mojom::Launchable" 23 "mash::mojom::Launchable"
23 ] 24 ]
24 } 25 }
25 } 26 }
26 } 27 }
OLDNEW
« no previous file with comments | « chrome/app/mash/chrome_mash_content_browser_manifest_overlay.json ('k') | chrome/browser/ui/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698