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

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

Issue 2497123002: chromeos: Move device shutdown handling out of chrome into ash (Closed)
Patch Set: rebase Created 4 years, 1 month 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 "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 ash interfaces to itself.
20 "ash::mojom::LocaleNotificationController", 21 "ash::mojom::LocaleNotificationController",
21 "ash::mojom::NewWindowClient", 22 "ash::mojom::NewWindowClient",
22 "ash::mojom::ShelfController", 23 "ash::mojom::ShelfController",
23 "ash::mojom::ShutdownClient", 24 "ash::mojom::ShutdownController",
24 "ash::mojom::SystemTray", 25 "ash::mojom::SystemTray",
25 "ash::mojom::SystemTrayClient", 26 "ash::mojom::SystemTrayClient",
26 "ash::mojom::WallpaperController", 27 "ash::mojom::WallpaperController",
27 "ash::mojom::WallpaperManager", 28 "ash::mojom::WallpaperManager",
28 "ash::mojom::VolumeController", 29 "ash::mojom::VolumeController",
29 "keyboard::mojom::Keyboard" 30 "keyboard::mojom::Keyboard"
30 ], 31 ],
31 "mash:launchable": [ 32 "mash:launchable": [
32 "mash::mojom::Launchable" 33 "mash::mojom::Launchable"
33 ] 34 ]
(...skipping 24 matching lines...) Expand all
58 // TODO(beng): These should be moved to a separate capability. 59 // TODO(beng): These should be moved to a separate capability.
59 "mojom::OmniboxPageHandler", 60 "mojom::OmniboxPageHandler",
60 "mojom::PluginsPageHandler", 61 "mojom::PluginsPageHandler",
61 "mojom::SiteEngagementUIHandler", 62 "mojom::SiteEngagementUIHandler",
62 "mojom::UsbInternalsPageHandler" 63 "mojom::UsbInternalsPageHandler"
63 ] 64 ]
64 } 65 }
65 } 66 }
66 } 67 }
67 } 68 }
OLDNEW
« no previous file with comments | « chrome/app/mash/chrome_mash_content_browser_manifest_overlay.json ('k') | chrome/browser/chromeos/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698