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

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

Issue 2525813004: chromeos: Introduce SetClient() on ash::mojom::SystemTray interface (Closed)
Patch Set: remove logging 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "name": "content_browser", 2 "name": "content_browser",
3 "display_name": "Chrome", 3 "display_name": "Chrome",
4 "interface_provider_specs": { 4 "interface_provider_specs": {
5 "service_manager:connector": { 5 "service_manager:connector": {
6 "provides": { 6 "provides": {
7 "renderer": [ 7 "renderer": [
8 "autofill::mojom::AutofillDriver", 8 "autofill::mojom::AutofillDriver",
9 "autofill::mojom::PasswordManagerDriver", 9 "autofill::mojom::PasswordManagerDriver",
10 "extensions::StashService", 10 "extensions::StashService",
11 "metrics::mojom::LeakDetector", 11 "metrics::mojom::LeakDetector",
12 "rappor::mojom::RapporRecorder", 12 "rappor::mojom::RapporRecorder",
13 "startup_metric_utils::mojom::StartupMetricHost", 13 "startup_metric_utils::mojom::StartupMetricHost",
14 "translate::mojom::ContentTranslateDriver" 14 "translate::mojom::ContentTranslateDriver"
15 ], 15 ],
16 "gpu": [ 16 "gpu": [
17 "metrics::mojom::CallStackProfileCollector" 17 "metrics::mojom::CallStackProfileCollector"
18 ], 18 ],
19 "ash": [ 19 "ash": [
20 // Under classic ash the browser provides some of the ash interfaces 20 // Under classic ash the browser provides some of the ash interfaces
21 // to itself. 21 // to itself.
22 "ash::mojom::LocaleNotificationController", 22 "ash::mojom::LocaleNotificationController",
23 "ash::mojom::NewWindowClient", 23 "ash::mojom::NewWindowClient",
24 "ash::mojom::ShelfController", 24 "ash::mojom::ShelfController",
25 "ash::mojom::ShutdownController", 25 "ash::mojom::ShutdownController",
26 "ash::mojom::SystemTray", 26 "ash::mojom::SystemTray",
27 "ash::mojom::SystemTrayClient",
28 "ash::mojom::WallpaperController", 27 "ash::mojom::WallpaperController",
29 "ash::mojom::WallpaperManager", 28 "ash::mojom::WallpaperManager",
30 "ash::mojom::VolumeController", 29 "ash::mojom::VolumeController",
31 "ash::mojom::VpnList", 30 "ash::mojom::VpnList",
32 "keyboard::mojom::Keyboard" 31 "keyboard::mojom::Keyboard"
33 ], 32 ],
34 "mash:launchable": [ 33 "mash:launchable": [
35 "mash::mojom::Launchable" 34 "mash::mojom::Launchable"
36 ] 35 ]
37 }, 36 },
(...skipping 24 matching lines...) Expand all
62 // TODO(beng): These should be moved to a separate capability. 61 // TODO(beng): These should be moved to a separate capability.
63 "mojom::OmniboxPageHandler", 62 "mojom::OmniboxPageHandler",
64 "mojom::PluginsPageHandler", 63 "mojom::PluginsPageHandler",
65 "mojom::SiteEngagementUIHandler", 64 "mojom::SiteEngagementUIHandler",
66 "mojom::UsbInternalsPageHandler" 65 "mojom::UsbInternalsPageHandler"
67 ] 66 ]
68 } 67 }
69 } 68 }
70 } 69 }
71 } 70 }
OLDNEW
« no previous file with comments | « ash/public/interfaces/system_tray.mojom ('k') | chrome/browser/chromeos/chrome_interface_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698