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

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

Issue 2876693002: Emit UMAs for metrics from memory instrumentation service. (Closed)
Patch Set: comments from ssid. 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
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 ],
11 "memory_instrumentation": [
10 "memory_instrumentation::mojom::Coordinator" 12 "memory_instrumentation::mojom::Coordinator"
11 ], 13 ],
12 "plugin": [ 14 "plugin": [
13 "discardable_memory::mojom::DiscardableSharedMemoryManager", 15 "discardable_memory::mojom::DiscardableSharedMemoryManager",
14 "ui::mojom::Gpu" 16 "ui::mojom::Gpu"
15 ], 17 ],
16 "renderer": [ 18 "renderer": [
17 "blink::mojom::BackgroundFetchService", 19 "blink::mojom::BackgroundFetchService",
18 "blink::mojom::BackgroundSyncService", 20 "blink::mojom::BackgroundSyncService",
19 "blink::mojom::BroadcastChannelProvider", 21 "blink::mojom::BroadcastChannelProvider",
(...skipping 10 matching lines...) Expand all
30 "content::mojom::FrameSinkProvider", 32 "content::mojom::FrameSinkProvider",
31 "content::mojom::ServiceWorkerDispatcherHost", 33 "content::mojom::ServiceWorkerDispatcherHost",
32 "content::mojom::StoragePartitionService", 34 "content::mojom::StoragePartitionService",
33 "content::mojom::URLLoaderFactory", 35 "content::mojom::URLLoaderFactory",
34 "content::mojom::VideoCaptureHost", 36 "content::mojom::VideoCaptureHost",
35 "content::mojom::WorkerURLLoaderFactoryProvider", 37 "content::mojom::WorkerURLLoaderFactoryProvider",
36 "device::mojom::GamepadMonitor", 38 "device::mojom::GamepadMonitor",
37 "discardable_memory::mojom::DiscardableSharedMemoryManager", 39 "discardable_memory::mojom::DiscardableSharedMemoryManager",
38 "media::mojom::ImageCapture", 40 "media::mojom::ImageCapture",
39 "memory_coordinator::mojom::MemoryCoordinatorHandle", 41 "memory_coordinator::mojom::MemoryCoordinatorHandle",
40 "memory_instrumentation::mojom::Coordinator",
41 "metrics::mojom::SingleSampleMetricsProvider", 42 "metrics::mojom::SingleSampleMetricsProvider",
42 "payments::mojom::PaymentManager", 43 "payments::mojom::PaymentManager",
43 "shape_detection::mojom::BarcodeDetection", 44 "shape_detection::mojom::BarcodeDetection",
44 "shape_detection::mojom::FaceDetectionProvider", 45 "shape_detection::mojom::FaceDetectionProvider",
45 "shape_detection::mojom::TextDetection", 46 "shape_detection::mojom::TextDetection",
46 "ui::mojom::Gpu" 47 "ui::mojom::Gpu"
47 ], 48 ],
48 "service_manager:service_factory": [ 49 "service_manager:service_factory": [
49 "service_manager::mojom::ServiceFactory" 50 "service_manager::mojom::ServiceFactory"
50 ],
51 "utility": [
52 "memory_instrumentation::mojom::Coordinator"
53 ] 51 ]
54 }, 52 },
55 "requires": { 53 "requires": {
56 "*": [ "app" ], 54 "*": [ "app" ],
57 // In classic ash, the browser supplies ash interfaces to itself. 55 // In classic ash, the browser supplies ash interfaces to itself.
58 "content_browser": [ "ash" ], 56 "content_browser": [ "ash", "memory_instrumentation" ],
59 "content_gpu": [ "browser" ], 57 "content_gpu": [ "browser" ],
60 "content_plugin": [ "browser" ], 58 "content_plugin": [ "browser" ],
61 "content_renderer": [ "browser" ], 59 "content_renderer": [ "browser" ],
62 "content_utility": [ "browser" ], 60 "content_utility": [ "browser" ],
63 "data_decoder": [ "image_decoder" ], 61 "data_decoder": [ "image_decoder" ],
64 "device": [ "device:wake_lock" ], 62 "device": [ "device:wake_lock" ],
65 "file": [ "file:filesystem", "file:leveldb" ], 63 "file": [ "file:filesystem", "file:leveldb" ],
66 "media": [ "media:media" ], 64 "media": [ "media:media" ],
67 "network": [ 65 "network": [
68 "test", 66 "test",
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 "payments::mojom::PaymentRequest", 109 "payments::mojom::PaymentRequest",
112 "ui::mojom::Gpu" 110 "ui::mojom::Gpu"
113 ] 111 ]
114 }, 112 },
115 "requires": { 113 "requires": {
116 "content_renderer": [ "browser" ] 114 "content_renderer": [ "browser" ]
117 } 115 }
118 } 116 }
119 } 117 }
120 } 118 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698