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

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

Issue 2558493002: 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 14 matching lines...) Expand all
25 "blink::mojom::PermissionService", 25 "blink::mojom::PermissionService",
26 "blink::mojom::WebSocket", 26 "blink::mojom::WebSocket",
27 "content::mojom::MemoryCoordinatorHandle", 27 "content::mojom::MemoryCoordinatorHandle",
28 "content::mojom::ServiceWorkerDispatcherHost", 28 "content::mojom::ServiceWorkerDispatcherHost",
29 "content::mojom::StoragePartitionService", 29 "content::mojom::StoragePartitionService",
30 "content::mojom::URLLoaderFactory", 30 "content::mojom::URLLoaderFactory",
31 "content::mojom::VideoCaptureHost", 31 "content::mojom::VideoCaptureHost",
32 "device::BatteryMonitor", 32 "device::BatteryMonitor",
33 "device::mojom::LightSensor", 33 "device::mojom::LightSensor",
34 "device::mojom::MotionSensor", 34 "device::mojom::MotionSensor",
35 "device::mojom::OrientationAbsoluteSensor",
35 "device::mojom::OrientationSensor", 36 "device::mojom::OrientationSensor",
36 "device::mojom::PowerMonitor", 37 "device::mojom::PowerMonitor",
37 "device::mojom::TimeZoneMonitor", 38 "device::mojom::TimeZoneMonitor",
38 "discardable_memory::mojom::DiscardableSharedMemoryManager", 39 "discardable_memory::mojom::DiscardableSharedMemoryManager",
39 "media::mojom::ImageCapture", 40 "media::mojom::ImageCapture",
40 "memory_coordinator::mojom::MemoryCoordinatorHandle", 41 "memory_coordinator::mojom::MemoryCoordinatorHandle",
41 "payments::mojom::PaymentAppManager" 42 "payments::mojom::PaymentAppManager"
42 ], 43 ],
43 "service_manager:service_factory": [ 44 "service_manager:service_factory": [
44 "service_manager::mojom::ServiceFactory" 45 "service_manager::mojom::ServiceFactory"
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 "mojom::MediaDevicesDispatcherHost", 94 "mojom::MediaDevicesDispatcherHost",
94 "payments::mojom::PaymentRequest" 95 "payments::mojom::PaymentRequest"
95 ] 96 ]
96 }, 97 },
97 "requires": { 98 "requires": {
98 "content_renderer": [ "browser" ] 99 "content_renderer": [ "browser" ]
99 } 100 }
100 } 101 }
101 } 102 }
102 } 103 }
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