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

Unified Diff: services/device/manifest.json

Issue 2664353002: Host fingerprint mojo service within the device service. (Closed)
Patch Set: comments Created 3 years, 10 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 | « services/device/fingerprint/fingerprint_impl_default.cc ('k') | services/device/public/interfaces/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/device/manifest.json
diff --git a/services/device/manifest.json b/services/device/manifest.json
index 2e7b62c950e8ba7bb2a885e33e776a15c1348303..0ec13e5610549391b8b532b1dc544a6229ad2a74 100644
--- a/services/device/manifest.json
+++ b/services/device/manifest.json
@@ -5,7 +5,8 @@
"service_manager:connector": {
"provides": {
"device:power_monitor": [ "device::mojom::PowerMonitor" ],
- "device:time_zone_monitor": [ "device::mojom::TimeZoneMonitor" ]
+ "device:time_zone_monitor": [ "device::mojom::TimeZoneMonitor" ],
+ "device:fingerprint": [ "device::mojom::Fingerprint" ]
},
"requires": {
"service_manager": [ "service_manager:all_users" ]
« no previous file with comments | « services/device/fingerprint/fingerprint_impl_default.cc ('k') | services/device/public/interfaces/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698