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

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

Issue 2630463003: content_browser does not provide TimeZoneMonitor interface anymore. (Closed)
Patch Set: 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 | « no previous file | content/renderer/DEPS » ('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 "plugin": [ 7 "plugin": [
8 "discardable_memory::mojom::DiscardableSharedMemoryManager", 8 "discardable_memory::mojom::DiscardableSharedMemoryManager",
9 "ui::mojom::Gpu" 9 "ui::mojom::Gpu"
10 ], 10 ],
(...skipping 12 matching lines...) Expand all
23 "content::mojom::ServiceWorkerDispatcherHost", 23 "content::mojom::ServiceWorkerDispatcherHost",
24 "content::mojom::StoragePartitionService", 24 "content::mojom::StoragePartitionService",
25 "content::mojom::URLLoaderFactory", 25 "content::mojom::URLLoaderFactory",
26 "content::mojom::VideoCaptureHost", 26 "content::mojom::VideoCaptureHost",
27 "device::BatteryMonitor", 27 "device::BatteryMonitor",
28 "device::mojom::GamepadMonitor", 28 "device::mojom::GamepadMonitor",
29 "device::mojom::LightSensor", 29 "device::mojom::LightSensor",
30 "device::mojom::MotionSensor", 30 "device::mojom::MotionSensor",
31 "device::mojom::OrientationAbsoluteSensor", 31 "device::mojom::OrientationAbsoluteSensor",
32 "device::mojom::OrientationSensor", 32 "device::mojom::OrientationSensor",
33 "device::mojom::TimeZoneMonitor",
34 "discardable_memory::mojom::DiscardableSharedMemoryManager", 33 "discardable_memory::mojom::DiscardableSharedMemoryManager",
35 "media::mojom::ImageCapture", 34 "media::mojom::ImageCapture",
36 "memory_coordinator::mojom::MemoryCoordinatorHandle", 35 "memory_coordinator::mojom::MemoryCoordinatorHandle",
37 "payments::mojom::PaymentAppManager", 36 "payments::mojom::PaymentAppManager",
38 "ui::mojom::Gpu" 37 "ui::mojom::Gpu"
39 ], 38 ],
40 "service_manager:service_factory": [ 39 "service_manager:service_factory": [
41 "service_manager::mojom::ServiceFactory" 40 "service_manager::mojom::ServiceFactory"
42 ] 41 ]
43 }, 42 },
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 "shape_detection::mojom::TextDetection", 91 "shape_detection::mojom::TextDetection",
93 "ui::mojom::Gpu" 92 "ui::mojom::Gpu"
94 ] 93 ]
95 }, 94 },
96 "requires": { 95 "requires": {
97 "content_renderer": [ "browser" ] 96 "content_renderer": [ "browser" ]
98 } 97 }
99 } 98 }
100 } 99 }
101 } 100 }
OLDNEW
« no previous file with comments | « no previous file | content/renderer/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698