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

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

Issue 2545723003: ash: Add SessionController/Client mojo interfaces (Closed)
Patch Set: rebase, use ash_util::GetAshServiceName 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
« no previous file with comments | « ash/public/interfaces/typemaps.gni ('k') | chrome/browser/ui/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 "chrome::mojom::FieldTrialRecorder", 10 "chrome::mojom::FieldTrialRecorder",
11 "extensions::StashService", 11 "extensions::StashService",
12 "metrics::mojom::LeakDetector", 12 "metrics::mojom::LeakDetector",
13 "rappor::mojom::RapporRecorder", 13 "rappor::mojom::RapporRecorder",
14 "startup_metric_utils::mojom::StartupMetricHost", 14 "startup_metric_utils::mojom::StartupMetricHost",
15 "translate::mojom::ContentTranslateDriver" 15 "translate::mojom::ContentTranslateDriver"
16 ], 16 ],
17 "gpu": [ 17 "gpu": [
18 "metrics::mojom::CallStackProfileCollector" 18 "metrics::mojom::CallStackProfileCollector"
19 ], 19 ],
20 "ash": [ 20 "ash": [
21 // Under classic ash the browser provides some of the ash interfaces 21 // Under classic ash the browser provides some of the ash interfaces
22 // to itself. 22 // to itself.
23 "ash::mojom::AcceleratorController", 23 "ash::mojom::AcceleratorController",
24 "ash::mojom::CastConfig", 24 "ash::mojom::CastConfig",
25 "ash::mojom::LocaleNotificationController", 25 "ash::mojom::LocaleNotificationController",
26 "ash::mojom::NewWindowController", 26 "ash::mojom::NewWindowController",
27 "ash::mojom::SessionController",
27 "ash::mojom::ShelfController", 28 "ash::mojom::ShelfController",
28 "ash::mojom::ShutdownController", 29 "ash::mojom::ShutdownController",
29 "ash::mojom::SystemTray", 30 "ash::mojom::SystemTray",
30 "ash::mojom::TouchViewManager", 31 "ash::mojom::TouchViewManager",
31 "ash::mojom::WallpaperController", 32 "ash::mojom::WallpaperController",
32 "ash::mojom::VpnList", 33 "ash::mojom::VpnList",
33 "keyboard::mojom::Keyboard" 34 "keyboard::mojom::Keyboard"
34 ], 35 ],
35 "mash:launchable": [ 36 "mash:launchable": [
36 "mash::mojom::Launchable" 37 "mash::mojom::Launchable"
(...skipping 27 matching lines...) Expand all
64 // TODO(beng): These should be moved to a separate capability. 65 // TODO(beng): These should be moved to a separate capability.
65 "mojom::OmniboxPageHandler", 66 "mojom::OmniboxPageHandler",
66 "mojom::PluginsPageHandler", 67 "mojom::PluginsPageHandler",
67 "mojom::SiteEngagementUIHandler", 68 "mojom::SiteEngagementUIHandler",
68 "mojom::UsbInternalsPageHandler" 69 "mojom::UsbInternalsPageHandler"
69 ] 70 ]
70 } 71 }
71 } 72 }
72 } 73 }
73 } 74 }
OLDNEW
« no previous file with comments | « ash/public/interfaces/typemaps.gni ('k') | chrome/browser/ui/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698