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

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

Issue 2862333002: Revert of Add support for single sample metrics. (Closed)
Patch Set: 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",
42 "payments::mojom::PaymentManager", 41 "payments::mojom::PaymentManager",
43 "shape_detection::mojom::BarcodeDetection", 42 "shape_detection::mojom::BarcodeDetection",
44 "shape_detection::mojom::FaceDetectionProvider", 43 "shape_detection::mojom::FaceDetectionProvider",
45 "shape_detection::mojom::TextDetection", 44 "shape_detection::mojom::TextDetection",
46 "ui::mojom::Gpu" 45 "ui::mojom::Gpu"
47 ], 46 ],
48 "service_manager:service_factory": [ 47 "service_manager:service_factory": [
49 "service_manager::mojom::ServiceFactory" 48 "service_manager::mojom::ServiceFactory"
50 ], 49 ],
51 "utility": [ 50 "utility": [
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 "payments::mojom::PaymentRequest", 110 "payments::mojom::PaymentRequest",
112 "ui::mojom::Gpu" 111 "ui::mojom::Gpu"
113 ] 112 ]
114 }, 113 },
115 "requires": { 114 "requires": {
116 "content_renderer": [ "browser" ] 115 "content_renderer": [ "browser" ]
117 } 116 }
118 } 117 }
119 } 118 }
120 } 119 }
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