| 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 5628eb408d7c6259b754fc5998fa11bbc2c28e79..8902467555ed106a9f71dfc11a404e6267db055c 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"
|
| @@ -34,6 +37,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",
|
|
|