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

Side by Side Diff: content/public/app/mojo/content_browser_manifest.json

Issue 2476343002: PaymentApp: Initial implementation for PaymentAppManager.setManifest(). (Closed)
Patch Set: fix lint error 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": "Content (browser process)", 3 "display_name": "Content (browser process)",
4 "interface_provider_specs": { 4 "interface_provider_specs": {
5 "service_manager:connector": { 5 "service_manager:connector": {
6 "provides": { 6 "provides": {
7 "gpu": [ 7 "gpu": [
8 "device::mojom::PowerMonitor" 8 "device::mojom::PowerMonitor"
9 ], 9 ],
10 "plugin": [ 10 "plugin": [
(...skipping 16 matching lines...) Expand all
27 "content::mojom::StoragePartitionService", 27 "content::mojom::StoragePartitionService",
28 "content::mojom::URLLoaderFactory", 28 "content::mojom::URLLoaderFactory",
29 "content::mojom::VideoCaptureHost", 29 "content::mojom::VideoCaptureHost",
30 "device::BatteryMonitor", 30 "device::BatteryMonitor",
31 "device::mojom::LightSensor", 31 "device::mojom::LightSensor",
32 "device::mojom::MotionSensor", 32 "device::mojom::MotionSensor",
33 "device::mojom::OrientationSensor", 33 "device::mojom::OrientationSensor",
34 "device::mojom::PowerMonitor", 34 "device::mojom::PowerMonitor",
35 "device::mojom::TimeZoneMonitor", 35 "device::mojom::TimeZoneMonitor",
36 "media::mojom::ImageCapture", 36 "media::mojom::ImageCapture",
37 "memory_coordinator::mojom::MemoryCoordinatorHandle" 37 "memory_coordinator::mojom::MemoryCoordinatorHandle",
38 "payments::mojom::PaymentAppManager"
38 ], 39 ],
39 "service_manager:service_factory": [ 40 "service_manager:service_factory": [
40 "service_manager::mojom::ServiceFactory" 41 "service_manager::mojom::ServiceFactory"
41 ] 42 ]
42 }, 43 },
43 "requires": { 44 "requires": {
44 "*": [ "app" ], 45 "*": [ "app" ],
45 // In classic ash, the browser supplies ash interfaces to itself. 46 // In classic ash, the browser supplies ash interfaces to itself.
46 "service:content_browser": [ "ash" ], 47 "service:content_browser": [ "ash" ],
47 "service:content_gpu": [ "browser" ], 48 "service:content_gpu": [ "browser" ],
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 "media::mojom::RemoterFactory", 87 "media::mojom::RemoterFactory",
87 "mojom::MediaDevicesDispatcherHost" 88 "mojom::MediaDevicesDispatcherHost"
88 ] 89 ]
89 }, 90 },
90 "requires": { 91 "requires": {
91 "service:content_renderer": [ "browser" ] 92 "service:content_renderer": [ "browser" ]
92 } 93 }
93 } 94 }
94 } 95 }
95 } 96 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698