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

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

Issue 2804843005: Implement the infrastructure of creating WorkerFetchContext in worker global scope. (Closed)
Patch Set: Created 3 years, 8 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
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 "memory_instrumentation::mojom::Coordinator" 10 "memory_instrumentation::mojom::Coordinator"
(...skipping 15 matching lines...) Expand all
26 "blink::mojom::PermissionService", 26 "blink::mojom::PermissionService",
27 "blink::mojom::WebSocket", 27 "blink::mojom::WebSocket",
28 "content::mojom::FieldTrialRecorder", 28 "content::mojom::FieldTrialRecorder",
29 "content::mojom::MemoryCoordinatorHandle", 29 "content::mojom::MemoryCoordinatorHandle",
30 "content::mojom::PushMessaging", 30 "content::mojom::PushMessaging",
31 "content::mojom::FrameSinkProvider", 31 "content::mojom::FrameSinkProvider",
32 "content::mojom::ServiceWorkerDispatcherHost", 32 "content::mojom::ServiceWorkerDispatcherHost",
33 "content::mojom::StoragePartitionService", 33 "content::mojom::StoragePartitionService",
34 "content::mojom::URLLoaderFactory", 34 "content::mojom::URLLoaderFactory",
35 "content::mojom::VideoCaptureHost", 35 "content::mojom::VideoCaptureHost",
36 "content::mojom::WorkerFetchContextFactory",
36 "device::mojom::GamepadMonitor", 37 "device::mojom::GamepadMonitor",
37 "discardable_memory::mojom::DiscardableSharedMemoryManager", 38 "discardable_memory::mojom::DiscardableSharedMemoryManager",
38 "media::mojom::ImageCapture", 39 "media::mojom::ImageCapture",
39 "memory_coordinator::mojom::MemoryCoordinatorHandle", 40 "memory_coordinator::mojom::MemoryCoordinatorHandle",
40 "memory_instrumentation::mojom::Coordinator", 41 "memory_instrumentation::mojom::Coordinator",
41 "payments::mojom::PaymentManager", 42 "payments::mojom::PaymentManager",
42 "shape_detection::mojom::BarcodeDetection", 43 "shape_detection::mojom::BarcodeDetection",
43 "shape_detection::mojom::FaceDetectionProvider", 44 "shape_detection::mojom::FaceDetectionProvider",
44 "shape_detection::mojom::TextDetection", 45 "shape_detection::mojom::TextDetection",
45 "ui::mojom::Gpu" 46 "ui::mojom::Gpu"
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 "payments::mojom::PaymentRequest", 104 "payments::mojom::PaymentRequest",
104 "ui::mojom::Gpu" 105 "ui::mojom::Gpu"
105 ] 106 ]
106 }, 107 },
107 "requires": { 108 "requires": {
108 "content_renderer": [ "browser" ] 109 "content_renderer": [ "browser" ]
109 } 110 }
110 } 111 }
111 } 112 }
112 } 113 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698