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

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

Issue 2885363004: [Hacky prototype] Create a shared-memory high-performance reporting service.
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 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 4d90edc16f651b6b27ffda55bc48628014800013..8aeda34327959dfb6d46edbd879bb046c25b1914 100644
--- a/content/public/app/mojo/content_browser_manifest.json
+++ b/content/public/app/mojo/content_browser_manifest.json
@@ -48,6 +48,7 @@
},
"requires": {
"*": [ "app" ],
+ "blamer": [ "shared_memory_heap_registry" ],
// In classic ash, the browser supplies ash interfaces to itself.
"content_browser": [ "ash" ],
"content_gpu": [ "browser" ],
@@ -79,6 +80,7 @@
// impossible this week. Remove once sky/ken fix this.
"autofill::mojom::AutofillDriver",
"autofill::mojom::PasswordManagerDriver",
+ "blamer::mojom::SharedMemoryHeapRegistry",
"blink::mojom::MediaSessionService",
"blink::mojom::PermissionService",
"blink::mojom::PresentationService",

Powered by Google App Engine
This is Rietveld 408576698