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 28e95904d0d0f46406512ef4348c852d11533f18..ca1e74f50a0255e9f386cdac93c2ac5e55a7d654 100644 |
--- a/content/public/app/mojo/content_browser_manifest.json |
+++ b/content/public/app/mojo/content_browser_manifest.json |
@@ -6,8 +6,12 @@ |
"service_manager:connector": { |
// Remove this once http://crbug.com/632818 is fixed. |
"provides": { |
- "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" |