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

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

Issue 2474653003: PreferencesManager (Closed)
Patch Set: Update Binding Check and ConnectionError Handling Created 3 years, 12 months 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 14 matching lines...) Expand all
25 "ash::mojom::ShelfController", 25 "ash::mojom::ShelfController",
26 "ash::mojom::ShutdownController", 26 "ash::mojom::ShutdownController",
27 "ash::mojom::SystemTray", 27 "ash::mojom::SystemTray",
28 "ash::mojom::TouchViewManager", 28 "ash::mojom::TouchViewManager",
29 "ash::mojom::WallpaperController", 29 "ash::mojom::WallpaperController",
30 "ash::mojom::WallpaperManager", 30 "ash::mojom::WallpaperManager",
31 "ash::mojom::VolumeController", 31 "ash::mojom::VolumeController",
32 "ash::mojom::VpnList", 32 "ash::mojom::VpnList",
33 "keyboard::mojom::Keyboard" 33 "keyboard::mojom::Keyboard"
34 ], 34 ],
35 "prefs:manager" : [ "prefs::mojom::PreferencesManager" ],
35 "mash:launchable": [ 36 "mash:launchable": [
36 "mash::mojom::Launchable" 37 "mash::mojom::Launchable"
37 ] 38 ]
38 }, 39 },
39 "requires": { 40 "requires": {
40 "ash": [ "ash" ], 41 "ash": [ "ash" ],
42 "catalog": [ "catalog:catalog" ],
41 "image_decoder": [ "decode" ] 43 "image_decoder": [ "decode" ]
42 } 44 }
43 }, 45 },
44 "navigation:frame": { 46 "navigation:frame": {
45 "provides": { 47 "provides": {
46 "renderer": [ 48 "renderer": [
47 "autofill::mojom::AutofillDriver", 49 "autofill::mojom::AutofillDriver",
48 "autofill::mojom::PasswordManagerDriver", 50 "autofill::mojom::PasswordManagerDriver",
49 "blink::mojom::BarcodeDetection", 51 "blink::mojom::BarcodeDetection",
50 "blink::mojom::ShareService", 52 "blink::mojom::ShareService",
(...skipping 13 matching lines...) Expand all
64 // TODO(beng): These should be moved to a separate capability. 66 // TODO(beng): These should be moved to a separate capability.
65 "mojom::OmniboxPageHandler", 67 "mojom::OmniboxPageHandler",
66 "mojom::PluginsPageHandler", 68 "mojom::PluginsPageHandler",
67 "mojom::SiteEngagementUIHandler", 69 "mojom::SiteEngagementUIHandler",
68 "mojom::UsbInternalsPageHandler" 70 "mojom::UsbInternalsPageHandler"
69 ] 71 ]
70 } 72 }
71 } 73 }
72 } 74 }
73 } 75 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698