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

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

Issue 2433203003: Mojoify PoweMonitorMessageBroadcaster IPC from browser to child process (Closed)
Patch Set: code rebase 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/test/BUILD.gn » ('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 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"
« no previous file with comments | « content/common/power_monitor_messages.h ('k') | content/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698