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

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

Issue 2510033002: [Device Service] Move PowerMonitor into the Device Service (Closed)
Patch Set: Add a TODO Created 3 years, 11 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
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 ad2bbdad3767a92754eed8dd66c0b637c97ddbd0..42fadafe9d31fd6a03d9b122c14b3eea71b72c21 100644
--- a/content/public/app/mojo/content_browser_manifest.json
+++ b/content/public/app/mojo/content_browser_manifest.json
@@ -4,11 +4,7 @@
"interface_provider_specs": {
"service_manager:connector": {
"provides": {
- "gpu": [
- "device::mojom::PowerMonitor"
- ],
"plugin": [
- "device::mojom::PowerMonitor",
"discardable_memory::mojom::DiscardableSharedMemoryManager",
"ui::mojom::Gpu"
],
@@ -34,7 +30,6 @@
"device::mojom::MotionSensor",
"device::mojom::OrientationAbsoluteSensor",
"device::mojom::OrientationSensor",
- "device::mojom::PowerMonitor",
"device::mojom::TimeZoneMonitor",
"discardable_memory::mojom::DiscardableSharedMemoryManager",
"media::mojom::ImageCapture",

Powered by Google App Engine
This is Rietveld 408576698