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

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

Issue 2485623002: discardable_memory: Using mojo IPC to replace Chrome IPC (Closed)
Patch Set: Fix bot issues Created 4 years 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
« no previous file with comments | « content/ppapi_plugin/ppapi_thread.cc ('k') | content/renderer/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 7de9d2802ba2b875a1ead7e0f32be900a38e2f68..12d035743fd958d9bdd2fe4e08b8b970dbb4088d 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",
@@ -34,6 +35,7 @@
"device::mojom::OrientationSensor",
"device::mojom::PowerMonitor",
"device::mojom::TimeZoneMonitor",
+ "discardable_memory::mojom::DiscardableSharedMemoryManager",
"media::mojom::ImageCapture",
"memory_coordinator::mojom::MemoryCoordinatorHandle",
"payments::mojom::PaymentAppManager"
@@ -84,6 +86,7 @@
"device::mojom::WakeLockService",
"device::nfc::mojom::NFC",
"device::usb::DeviceManager",
+ "discardable_memory::mojom::DiscardableSharedMemoryManager",
"media::mojom::InterfaceFactory",
"media::mojom::RemoterFactory",
"media::mojom::Renderer",
« no previous file with comments | « content/ppapi_plugin/ppapi_thread.cc ('k') | content/renderer/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698