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

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

Issue 2687583002: Add support for single sample metrics. (Closed)
Patch Set: Address comments. Created 3 years, 7 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') | content/renderer/BUILD.gn » ('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": [ 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 20 matching lines...) Expand all
31 "content::mojom::ServiceWorkerDispatcherHost", 31 "content::mojom::ServiceWorkerDispatcherHost",
32 "content::mojom::StoragePartitionService", 32 "content::mojom::StoragePartitionService",
33 "content::mojom::URLLoaderFactory", 33 "content::mojom::URLLoaderFactory",
34 "content::mojom::VideoCaptureHost", 34 "content::mojom::VideoCaptureHost",
35 "content::mojom::WorkerURLLoaderFactoryProvider", 35 "content::mojom::WorkerURLLoaderFactoryProvider",
36 "device::mojom::GamepadMonitor", 36 "device::mojom::GamepadMonitor",
37 "discardable_memory::mojom::DiscardableSharedMemoryManager", 37 "discardable_memory::mojom::DiscardableSharedMemoryManager",
38 "media::mojom::ImageCapture", 38 "media::mojom::ImageCapture",
39 "memory_coordinator::mojom::MemoryCoordinatorHandle", 39 "memory_coordinator::mojom::MemoryCoordinatorHandle",
40 "memory_instrumentation::mojom::Coordinator", 40 "memory_instrumentation::mojom::Coordinator",
41 "metrics::mojom::SingleSampleMetricsProvider",
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"
46 ], 47 ],
47 "service_manager:service_factory": [ 48 "service_manager:service_factory": [
48 "service_manager::mojom::ServiceFactory" 49 "service_manager::mojom::ServiceFactory"
49 ], 50 ],
50 "utility": [ 51 "utility": [
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 "payments::mojom::PaymentRequest", 111 "payments::mojom::PaymentRequest",
111 "ui::mojom::Gpu" 112 "ui::mojom::Gpu"
112 ] 113 ]
113 }, 114 },
114 "requires": { 115 "requires": {
115 "content_renderer": [ "browser" ] 116 "content_renderer": [ "browser" ]
116 } 117 }
117 } 118 }
118 } 119 }
119 } 120 }
OLDNEW
« no previous file with comments | « content/browser/renderer_host/render_process_host_impl.cc ('k') | content/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698