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

Unified Diff: content/public/app/mojo/content_browser_manifest.json

Issue 2694083005: memory-infra: Finish moving memory_infra from TracingController (Closed)
Patch Set: review Created 3 years, 10 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 d90613907dbc84d9bb9d54e6d25f7b8ed8038ace..107148eaac5bdffc3d008f176b1371929da44484 100644
--- a/content/public/app/mojo/content_browser_manifest.json
+++ b/content/public/app/mojo/content_browser_manifest.json
@@ -4,6 +4,9 @@
"interface_provider_specs": {
"service_manager:connector": {
"provides": {
+ "gpu": [
+ "memory_instrumentation::mojom::Coordinator"
+ ],
"plugin": [
"discardable_memory::mojom::DiscardableSharedMemoryManager",
"ui::mojom::Gpu"
@@ -33,6 +36,7 @@
"discardable_memory::mojom::DiscardableSharedMemoryManager",
"media::mojom::ImageCapture",
"memory_coordinator::mojom::MemoryCoordinatorHandle",
+ "memory_instrumentation::mojom::Coordinator",
"payments::mojom::PaymentAppManager",
"shape_detection::mojom::BarcodeDetection",
"shape_detection::mojom::FaceDetectionProvider",

Powered by Google App Engine
This is Rietveld 408576698