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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: content/public/app/mojo/content_browser_manifest.json
diff --git a/content/public/app/mojo/content_browser_manifest.json b/content/public/app/mojo/content_browser_manifest.json
index 888c43ecf34b30abb1dbffa8fc287307b4dedbd9..f70db9ecf23dc5fb08f1b790962b54f7b4c4fed5 100644
--- a/content/public/app/mojo/content_browser_manifest.json
+++ b/content/public/app/mojo/content_browser_manifest.json
@@ -6,7 +6,9 @@
"provides": {
"gpu": [
"content::mojom::FieldTrialRecorder",
- "media::mojom::AndroidOverlayProvider",
+ "media::mojom::AndroidOverlayProvider"
+ ],
+ "memory_instrumentation": [
"memory_instrumentation::mojom::Coordinator"
],
"plugin": [
@@ -37,7 +39,6 @@
"discardable_memory::mojom::DiscardableSharedMemoryManager",
"media::mojom::ImageCapture",
"memory_coordinator::mojom::MemoryCoordinatorHandle",
- "memory_instrumentation::mojom::Coordinator",
"metrics::mojom::SingleSampleMetricsProvider",
"payments::mojom::PaymentManager",
"shape_detection::mojom::BarcodeDetection",
@@ -47,15 +48,12 @@
],
"service_manager:service_factory": [
"service_manager::mojom::ServiceFactory"
- ],
- "utility": [
- "memory_instrumentation::mojom::Coordinator"
]
},
"requires": {
"*": [ "app" ],
// In classic ash, the browser supplies ash interfaces to itself.
- "content_browser": [ "ash" ],
+ "content_browser": [ "ash", "memory_instrumentation" ],
"content_gpu": [ "browser" ],
"content_plugin": [ "browser" ],
"content_renderer": [ "browser" ],

Powered by Google App Engine
This is Rietveld 408576698