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

Unified Diff: chrome/browser/resources/easy_unlock/manifest.json

Issue 691393002: [Smart Lock] Expose the easy_unlock.proximity_required pref via the chrome.preferencesPrivate API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@smart-lock-settings-pref
Patch Set: Update whitelist Created 6 years, 1 month 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: chrome/browser/resources/easy_unlock/manifest.json
diff --git a/chrome/browser/resources/easy_unlock/manifest.json b/chrome/browser/resources/easy_unlock/manifest.json
index 1559b84e49176f905a535d84a5d84ded1dc466a1..9c565406ca19abc009bbb2349c55677f544d5c4d 100644
--- a/chrome/browser/resources/easy_unlock/manifest.json
+++ b/chrome/browser/resources/easy_unlock/manifest.json
@@ -27,7 +27,8 @@
"gcm",
"system.display",
"chromeosInfoPrivate",
- "browser"
+ "browser",
+ "preferencesPrivate"
],
"app": {

Powered by Google App Engine
This is Rietveld 408576698