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

Unified Diff: chrome/common/extensions/api/easy_unlock_private.idl

Issue 880603003: Copy Smart Lock user preferences to local state so we can access them on the sign-in screen. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update comments Created 5 years, 11 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 | « chrome/browser/signin/easy_unlock_service_regular.cc ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/api/easy_unlock_private.idl
diff --git a/chrome/common/extensions/api/easy_unlock_private.idl b/chrome/common/extensions/api/easy_unlock_private.idl
index e7b87150e80875dfd3f3656c68325d97fe361c68..b04b898b7faf58a73283698f4075662f0bee04c8 100644
--- a/chrome/common/extensions/api/easy_unlock_private.idl
+++ b/chrome/common/extensions/api/easy_unlock_private.idl
@@ -143,6 +143,10 @@ namespace easyUnlockPrivate {
// the signin screen.
boolean loggedIn;
+ // Whether to require the remote device to be in very close proximity before
+ // allowing unlock (~1 feet).
+ boolean checkCloseProximity;
Yoyo Zhou 2015/01/27 21:07:50 Sorry, actually, should this be called requireClos
Tim Song 2015/01/27 22:45:44 Done.
+
// Whether all data needed to use Easy unlock service has been loaded for
// the user.
boolean dataReady;
« no previous file with comments | « chrome/browser/signin/easy_unlock_service_regular.cc ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698