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

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

Issue 2959383002: [GRC] Hook up the process-level CoordinationUnit (Closed)
Patch Set: Address comments Created 3 years, 5 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/browser/renderer_host/render_process_host_impl.cc ('k') | 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 "content::mojom::FieldTrialRecorder", 8 "content::mojom::FieldTrialRecorder",
9 "media::mojom::AndroidOverlayProvider" 9 "media::mojom::AndroidOverlayProvider"
10 ], 10 ],
(...skipping 25 matching lines...) Expand all
36 "content::mojom::URLLoaderFactory", 36 "content::mojom::URLLoaderFactory",
37 "content::mojom::VideoCaptureHost", 37 "content::mojom::VideoCaptureHost",
38 "content::mojom::WorkerURLLoaderFactoryProvider", 38 "content::mojom::WorkerURLLoaderFactoryProvider",
39 "device::mojom::GamepadMonitor", 39 "device::mojom::GamepadMonitor",
40 "discardable_memory::mojom::DiscardableSharedMemoryManager", 40 "discardable_memory::mojom::DiscardableSharedMemoryManager",
41 "memory_coordinator::mojom::MemoryCoordinatorHandle", 41 "memory_coordinator::mojom::MemoryCoordinatorHandle",
42 "metrics::mojom::SingleSampleMetricsProvider", 42 "metrics::mojom::SingleSampleMetricsProvider",
43 "payments::mojom::PaymentManager", 43 "payments::mojom::PaymentManager",
44 "shape_detection::mojom::BarcodeDetection", 44 "shape_detection::mojom::BarcodeDetection",
45 "shape_detection::mojom::FaceDetectionProvider", 45 "shape_detection::mojom::FaceDetectionProvider",
46 "resource_coordinator::mojom::CoordinationUnit",
46 "shape_detection::mojom::TextDetection", 47 "shape_detection::mojom::TextDetection",
47 "ui::mojom::Gpu" 48 "ui::mojom::Gpu"
48 ], 49 ],
49 "service_manager:service_factory": [ 50 "service_manager:service_factory": [
50 "service_manager::mojom::ServiceFactory" 51 "service_manager::mojom::ServiceFactory"
51 ], 52 ],
52 "utility": [ 53 "utility": [
53 "discardable_memory::mojom::DiscardableSharedMemoryManager", 54 "discardable_memory::mojom::DiscardableSharedMemoryManager",
54 "memory_instrumentation::mojom::Coordinator" 55 "memory_instrumentation::mojom::Coordinator"
55 ] 56 ]
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 "shape_detection::mojom::TextDetection", 124 "shape_detection::mojom::TextDetection",
124 "ui::mojom::Gpu" 125 "ui::mojom::Gpu"
125 ] 126 ]
126 }, 127 },
127 "requires": { 128 "requires": {
128 "content_renderer": [ "browser" ] 129 "content_renderer": [ "browser" ]
129 } 130 }
130 } 131 }
131 } 132 }
132 } 133 }
OLDNEW
« no previous file with comments | « content/browser/renderer_host/render_process_host_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698