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", |