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

Unified Diff: chrome/common/extensions/api/preferences_private.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
« no previous file with comments | « chrome/common/extensions/api/_permission_features.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/api/preferences_private.json
diff --git a/chrome/common/extensions/api/preferences_private.json b/chrome/common/extensions/api/preferences_private.json
index c04647606684c53d30bb7aadbca3a0195d1b0ec3..02a15414621c2e4a052e03864b6aa3d231f6bb36 100644
--- a/chrome/common/extensions/api/preferences_private.json
+++ b/chrome/common/extensions/api/preferences_private.json
@@ -7,6 +7,12 @@
"namespace": "preferencesPrivate",
"description": "none",
"properties": {
+ "easyUnlockProximityRequired": {
+ "nocompile": true,
+ "$ref": "types.private.ChromeDirectSetting",
+ "value": ["easy_unlock.proximity_required", {"type":"boolean"}],
+ "description": "If true, a remote Easy Unlock device can only unlock the local device if it is in very close proximity (roughly, within a foot). This preference's value is a boolean, defaulting to <code>false</code>."
+ },
"googleGeolocationAccessEnabled": {
"nocompile": true,
"$ref": "types.private.ChromeDirectSetting",
« no previous file with comments | « chrome/common/extensions/api/_permission_features.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698