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

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

Issue 2513673004: Reland: chromeos: Convert ash VPNDelegate interface to mojo (Closed)
Patch Set: fix manifest for reland 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/vpn_list.mojom ('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 "extensions::StashService", 10 "extensions::StashService",
(...skipping 10 matching lines...) Expand all
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", 27 "ash::mojom::SystemTrayClient",
28 "ash::mojom::WallpaperController", 28 "ash::mojom::WallpaperController",
29 "ash::mojom::WallpaperManager", 29 "ash::mojom::WallpaperManager",
30 "ash::mojom::VolumeController", 30 "ash::mojom::VolumeController",
31 "ash::mojom::VpnList",
31 "keyboard::mojom::Keyboard" 32 "keyboard::mojom::Keyboard"
32 ], 33 ],
33 "mash:launchable": [ 34 "mash:launchable": [
34 "mash::mojom::Launchable" 35 "mash::mojom::Launchable"
35 ] 36 ]
36 }, 37 },
37 "requires": { 38 "requires": {
38 "ash": [ "ash" ], 39 "ash": [ "ash" ],
39 "image_decoder": [ "decode" ] 40 "image_decoder": [ "decode" ]
40 } 41 }
(...skipping 20 matching lines...) Expand all
61 // TODO(beng): These should be moved to a separate capability. 62 // TODO(beng): These should be moved to a separate capability.
62 "mojom::OmniboxPageHandler", 63 "mojom::OmniboxPageHandler",
63 "mojom::PluginsPageHandler", 64 "mojom::PluginsPageHandler",
64 "mojom::SiteEngagementUIHandler", 65 "mojom::SiteEngagementUIHandler",
65 "mojom::UsbInternalsPageHandler" 66 "mojom::UsbInternalsPageHandler"
66 ] 67 ]
67 } 68 }
68 } 69 }
69 } 70 }
70 } 71 }
OLDNEW
« no previous file with comments | « ash/public/interfaces/vpn_list.mojom ('k') | chrome/browser/ui/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698