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

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

Issue 2485623002: discardable_memory: Using mojo IPC to replace Chrome IPC (Closed)
Patch Set: Rebase 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 717735d020c1c41c6d8cc53974f5e3f8de25f351..d893c855b2fe7b7b83ebdbd221cc7b681e885ba7 100644
--- a/content/public/app/mojo/content_browser_manifest.json
+++ b/content/public/app/mojo/content_browser_manifest.json
@@ -8,7 +8,8 @@
"device::mojom::PowerMonitor"
],
"plugin": [
- "device::mojom::PowerMonitor"
+ "device::mojom::PowerMonitor",
+ "discardable_memory::mojom::DiscardableSharedMemoryManager"
],
"renderer": [
"blink::mojom::BackgroundSyncService",
@@ -33,6 +34,7 @@
"device::mojom::OrientationSensor",
"device::mojom::PowerMonitor",
"device::mojom::TimeZoneMonitor",
+ "discardable_memory::mojom::DiscardableSharedMemoryManager",
"media::mojom::ImageCapture",
"memory_coordinator::mojom::MemoryCoordinatorHandle",
"payments::mojom::PaymentAppManager"
@@ -82,6 +84,7 @@
"device::mojom::WakeLockService",
"device::nfc::mojom::NFC",
"device::usb::DeviceManager",
+ "discardable_memory::mojom::DiscardableSharedMemoryManager",
"media::mojom::InterfaceFactory",
"media::mojom::RemoterFactory",
"media::mojom::Renderer",

Powered by Google App Engine
This is Rietveld 408576698