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

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

Issue 2559503003: mash: Have chrome set itself as the wallpaper picker. (Closed)
Patch Set: Check for a null service manager connection. 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",
(...skipping 10 matching lines...) Expand all
21 // to itself. 21 // to itself.
22 "ash::mojom::AcceleratorController", 22 "ash::mojom::AcceleratorController",
23 "ash::mojom::CastConfig", 23 "ash::mojom::CastConfig",
24 "ash::mojom::LocaleNotificationController", 24 "ash::mojom::LocaleNotificationController",
25 "ash::mojom::NewWindowController", 25 "ash::mojom::NewWindowController",
26 "ash::mojom::ShelfController", 26 "ash::mojom::ShelfController",
27 "ash::mojom::ShutdownController", 27 "ash::mojom::ShutdownController",
28 "ash::mojom::SystemTray", 28 "ash::mojom::SystemTray",
29 "ash::mojom::TouchViewManager", 29 "ash::mojom::TouchViewManager",
30 "ash::mojom::WallpaperController", 30 "ash::mojom::WallpaperController",
31 "ash::mojom::WallpaperManager",
32 "ash::mojom::VpnList", 31 "ash::mojom::VpnList",
33 "keyboard::mojom::Keyboard" 32 "keyboard::mojom::Keyboard"
34 ], 33 ],
35 "mash:launchable": [ 34 "mash:launchable": [
36 "mash::mojom::Launchable" 35 "mash::mojom::Launchable"
37 ] 36 ]
38 }, 37 },
39 "requires": { 38 "requires": {
40 "ash": [ "ash" ], 39 "ash": [ "ash" ],
41 "image_decoder": [ "decode" ] 40 "image_decoder": [ "decode" ]
(...skipping 22 matching lines...) Expand all
64 // TODO(beng): These should be moved to a separate capability. 63 // TODO(beng): These should be moved to a separate capability.
65 "mojom::OmniboxPageHandler", 64 "mojom::OmniboxPageHandler",
66 "mojom::PluginsPageHandler", 65 "mojom::PluginsPageHandler",
67 "mojom::SiteEngagementUIHandler", 66 "mojom::SiteEngagementUIHandler",
68 "mojom::UsbInternalsPageHandler" 67 "mojom::UsbInternalsPageHandler"
69 ] 68 ]
70 } 69 }
71 } 70 }
72 } 71 }
73 } 72 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698