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

Unified Diff: services/device/manifest.json

Issue 2865653002: [Device Service] Decouple NFC implementation from //content (Closed)
Patch Set: Response to reviews Created 3 years, 7 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: services/device/manifest.json
diff --git a/services/device/manifest.json b/services/device/manifest.json
index 6b7a1b0ddfdfde1d45ad6457ed440fab3f6256a4..b0e5a8434a557c4fd50324db2e5a6ffadb12b85d 100644
--- a/services/device/manifest.json
+++ b/services/device/manifest.json
@@ -7,6 +7,7 @@
"device:battery_monitor": [ "device::mojom::BatteryMonitor" ],
"device:fingerprint": [ "device::mojom::Fingerprint" ],
"device:generic_sensor": [ "device::mojom::SensorProvider" ],
+ "device:nfc": [ "device::nfc::mojom::NFCProvider" ],
"device:power_monitor": [ "device::mojom::PowerMonitor" ],
"device:screen_orientation": [ "device::mojom::ScreenOrientationListener" ],
"device:sensors": [

Powered by Google App Engine
This is Rietveld 408576698