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

Unified Diff: chrome/browser/chrome_content_browser_manifest_overlay.json

Issue 2664353002: Host fingerprint mojo service within the device service. (Closed)
Patch Set: Modify BUILD.gn 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 | « no previous file | services/device/BUILD.gn » ('j') | services/device/device_service.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chrome_content_browser_manifest_overlay.json
diff --git a/chrome/browser/chrome_content_browser_manifest_overlay.json b/chrome/browser/chrome_content_browser_manifest_overlay.json
index d391c37b1de6cb9712e0a615cea9fbc963cbed40..4bf7ec6eae4b82c573f6b7bb3ff7ded33b121699 100644
--- a/chrome/browser/chrome_content_browser_manifest_overlay.json
+++ b/chrome/browser/chrome_content_browser_manifest_overlay.json
@@ -50,7 +50,8 @@
"nacl_broker": [ "browser" ],
"nacl_loader": [ "browser" ],
"preferences": [ "preferences_manager" ],
- "ui": [ "display_controller", "ime_registrar" ]
+ "ui": [ "display_controller", "ime_registrar" ],
+ "device": [ "device:fingerprint" ]
blundell 2017/02/06 14:52:42 This seems better-suited to the CL where you intro
xiaoyinh(OOO Sep 11-29) 2017/02/22 00:04:50 Thanks, removed.
}
},
"navigation:frame": {
« no previous file with comments | « no previous file | services/device/BUILD.gn » ('j') | services/device/device_service.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698