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

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

Issue 2447613004: Mojoify PoweMonitorMessageBroadcaster IPC from browser to child process (Closed)
Patch Set: Mojoify PoweMonitorMessageBroadcaster IPC from browser to child process Created 4 years, 2 months 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/common/power_monitor_messages.h ('k') | content/public/browser/browser_child_process_host.h » ('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 55172e46baf796e6c32dade277e06fb61ad898bd..cff75fbb38a9639b2332a3793f315343c3c97703 100644
--- a/content/public/app/mojo/content_browser_manifest.json
+++ b/content/public/app/mojo/content_browser_manifest.json
@@ -6,8 +6,12 @@
"capabilities": {
// Remove this once http://crbug.com/632818 is fixed.
"provided": {
- "gpu": [ ],
- "plugin": [ ],
+ "gpu": [
+ "device::mojom::PowerMonitor"
+ ],
+ "plugin": [
+ "device::mojom::PowerMonitor"
+ ],
"renderer": [
"blink::mojom::BackgroundSyncService",
"blink::mojom::BroadcastChannelProvider",
@@ -29,6 +33,7 @@
"device::mojom::LightSensor",
"device::mojom::MotionSensor",
"device::mojom::OrientationSensor",
+ "device::mojom::PowerMonitor",
"device::mojom::TimeZoneMonitor",
"media::mojom::ImageCapture",
"memory_coordinator::mojom::MemoryCoordinatorHandle"
« no previous file with comments | « content/common/power_monitor_messages.h ('k') | content/public/browser/browser_child_process_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698