| 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 3f310fbc63a8d305872384b49f8acbf4a1932767..a1bcdbab1d70621b2fd574b3c58db46363438de3 100644
|
| --- a/content/public/app/mojo/content_browser_manifest.json
|
| +++ b/content/public/app/mojo/content_browser_manifest.json
|
| @@ -5,7 +5,8 @@
|
| "service_manager:connector": {
|
| "provides": {
|
| "gpu": [
|
| - "device::mojom::PowerMonitor"
|
| + "device::mojom::PowerMonitor",
|
| + "content::mojom::SharedMemoryAllocator"
|
| ],
|
| "plugin": [
|
| "device::mojom::PowerMonitor"
|
| @@ -22,6 +23,7 @@
|
| "blink::mojom::PermissionService",
|
| "blink::mojom::ShapeDetection",
|
| "blink::mojom::WebSocket",
|
| + "content::mojom::SharedMemoryAllocator",
|
| "content::mojom::MemoryCoordinatorHandle",
|
| "content::mojom::ServiceWorkerDispatcherHost",
|
| "content::mojom::StoragePartitionService",
|
|
|