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", |