| 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
|
| + // the device because it does not report its lock screen state.
|
| + PHONE_UNSUPPORTED,
|
| // The devie can be unlocked using Easy Unlock.
|
| AUTHENTICATED
|
| };
|
|
|