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

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

Issue 2510033002: [Device Service] Move PowerMonitor into the Device Service (Closed)
Patch Set: Rebase only Created 3 years, 11 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
« no previous file with comments | « content/child/child_thread_impl.cc ('k') | content/public/app/mojo/content_gpu_manifest.json » ('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": "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": [
8 "device::mojom::PowerMonitor"
9 ],
10 "plugin": [ 7 "plugin": [
11 "device::mojom::PowerMonitor",
12 "discardable_memory::mojom::DiscardableSharedMemoryManager", 8 "discardable_memory::mojom::DiscardableSharedMemoryManager",
13 "ui::mojom::Gpu" 9 "ui::mojom::Gpu"
14 ], 10 ],
15 "renderer": [ 11 "renderer": [
16 "blink::mojom::BackgroundSyncService", 12 "blink::mojom::BackgroundSyncService",
17 "blink::mojom::BroadcastChannelProvider", 13 "blink::mojom::BroadcastChannelProvider",
18 "blink::mojom::BudgetService", 14 "blink::mojom::BudgetService",
19 "blink::mojom::Hyphenation", 15 "blink::mojom::Hyphenation",
20 "blink::mojom::MimeRegistry", 16 "blink::mojom::MimeRegistry",
21 "blink::mojom::NotificationService", 17 "blink::mojom::NotificationService",
22 "blink::mojom::OffscreenCanvasCompositorFrameSinkProvider", 18 "blink::mojom::OffscreenCanvasCompositorFrameSinkProvider",
23 "blink::mojom::OffscreenCanvasSurfaceFactory", 19 "blink::mojom::OffscreenCanvasSurfaceFactory",
24 "blink::mojom::PermissionService", 20 "blink::mojom::PermissionService",
25 "blink::mojom::WebSocket", 21 "blink::mojom::WebSocket",
26 "content::mojom::MemoryCoordinatorHandle", 22 "content::mojom::MemoryCoordinatorHandle",
27 "content::mojom::ServiceWorkerDispatcherHost", 23 "content::mojom::ServiceWorkerDispatcherHost",
28 "content::mojom::StoragePartitionService", 24 "content::mojom::StoragePartitionService",
29 "content::mojom::URLLoaderFactory", 25 "content::mojom::URLLoaderFactory",
30 "content::mojom::VideoCaptureHost", 26 "content::mojom::VideoCaptureHost",
31 "device::BatteryMonitor", 27 "device::BatteryMonitor",
32 "device::mojom::GamepadMonitor", 28 "device::mojom::GamepadMonitor",
33 "device::mojom::LightSensor", 29 "device::mojom::LightSensor",
34 "device::mojom::MotionSensor", 30 "device::mojom::MotionSensor",
35 "device::mojom::OrientationAbsoluteSensor", 31 "device::mojom::OrientationAbsoluteSensor",
36 "device::mojom::OrientationSensor", 32 "device::mojom::OrientationSensor",
37 "device::mojom::PowerMonitor",
38 "device::mojom::TimeZoneMonitor", 33 "device::mojom::TimeZoneMonitor",
39 "discardable_memory::mojom::DiscardableSharedMemoryManager", 34 "discardable_memory::mojom::DiscardableSharedMemoryManager",
40 "media::mojom::ImageCapture", 35 "media::mojom::ImageCapture",
41 "memory_coordinator::mojom::MemoryCoordinatorHandle", 36 "memory_coordinator::mojom::MemoryCoordinatorHandle",
42 "payments::mojom::PaymentAppManager", 37 "payments::mojom::PaymentAppManager",
43 "ui::mojom::Gpu" 38 "ui::mojom::Gpu"
44 ], 39 ],
45 "service_manager:service_factory": [ 40 "service_manager:service_factory": [
46 "service_manager::mojom::ServiceFactory" 41 "service_manager::mojom::ServiceFactory"
47 ] 42 ]
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 "payments::mojom::PaymentRequest", 92 "payments::mojom::PaymentRequest",
98 "ui::mojom::Gpu" 93 "ui::mojom::Gpu"
99 ] 94 ]
100 }, 95 },
101 "requires": { 96 "requires": {
102 "content_renderer": [ "browser" ] 97 "content_renderer": [ "browser" ]
103 } 98 }
104 } 99 }
105 } 100 }
106 } 101 }
OLDNEW
« no previous file with comments | « content/child/child_thread_impl.cc ('k') | content/public/app/mojo/content_gpu_manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698