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

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

Issue 2488913003: Replacing allocate bitmap IPC messages with a new Mojo interface. (Closed)
Patch Set: More clean-ups Created 4 years, 1 month 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 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",
« content/child/child_shared_bitmap_manager.cc ('K') | « content/common/shared_memory_allocator.mojom ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698