Chromium Code Reviews| 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 1648853257bfe8f14e563310b27b8da1a45a652b..6de32b7a2111cfe9afedb12b68905d808893283f 100644 |
| --- a/chrome/common/extensions/api/easy_unlock_private.idl |
| +++ b/chrome/common/extensions/api/easy_unlock_private.idl |
| @@ -40,6 +40,9 @@ |
| // A phone eligible to unlock the device is detected, but it's not close |
| // enough to be allowed to unlock the device. |
| PHONE_NOT_NEARBY, |
| + // Easy Unlock enabled phone is detected, but it is not allowed to unlock |
|
Yoyo Zhou
2014/08/19 21:03:24
Can the first part of this be rewritten to be cons
tbarzic
2014/08/19 21:06:37
Done.
|
| + // the device because it does not report its lock screen state. |
| + PHONE_UNSUPPORTED, |
| // The devie can be unlocked using Easy Unlock. |
| AUTHENTICATED |
| }; |