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

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

Issue 2554233002: Add device::mojom::OrientationAbsoluteSensor interface to renderer spec (Closed)
Patch Set: 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 | « no previous file | no next file » | 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": "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 12 matching lines...) Expand all
23 "blink::mojom::ShapeDetection", 23 "blink::mojom::ShapeDetection",
24 "blink::mojom::WebSocket", 24 "blink::mojom::WebSocket",
25 "content::mojom::MemoryCoordinatorHandle", 25 "content::mojom::MemoryCoordinatorHandle",
26 "content::mojom::ServiceWorkerDispatcherHost", 26 "content::mojom::ServiceWorkerDispatcherHost",
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::OrientationAbsoluteSensor",
33 "device::mojom::OrientationSensor", 34 "device::mojom::OrientationSensor",
34 "device::mojom::PowerMonitor", 35 "device::mojom::PowerMonitor",
35 "device::mojom::TimeZoneMonitor", 36 "device::mojom::TimeZoneMonitor",
36 "media::mojom::ImageCapture", 37 "media::mojom::ImageCapture",
37 "memory_coordinator::mojom::MemoryCoordinatorHandle", 38 "memory_coordinator::mojom::MemoryCoordinatorHandle",
38 "payments::mojom::PaymentAppManager" 39 "payments::mojom::PaymentAppManager"
39 ], 40 ],
40 "service_manager:service_factory": [ 41 "service_manager:service_factory": [
41 "service_manager::mojom::ServiceFactory" 42 "service_manager::mojom::ServiceFactory"
42 ] 43 ]
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 "mojom::MediaDevicesDispatcherHost", 89 "mojom::MediaDevicesDispatcherHost",
89 "payments::mojom::PaymentRequest" 90 "payments::mojom::PaymentRequest"
90 ] 91 ]
91 }, 92 },
92 "requires": { 93 "requires": {
93 "content_renderer": [ "browser" ] 94 "content_renderer": [ "browser" ]
94 } 95 }
95 } 96 }
96 } 97 }
97 } 98 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698