Chromium Code Reviews| Index: chrome/browser/signin/easy_unlock_screenlock_state_handler.h |
| diff --git a/chrome/browser/signin/easy_unlock_screenlock_state_handler.h b/chrome/browser/signin/easy_unlock_screenlock_state_handler.h |
| index e99c09ba493449f54e929826d64ab71fe3c3f560..099cc26c749ed1ee4956efeed012fa4405ced759 100644 |
| --- a/chrome/browser/signin/easy_unlock_screenlock_state_handler.h |
| +++ b/chrome/browser/signin/easy_unlock_screenlock_state_handler.h |
| @@ -38,6 +38,9 @@ class EasyUnlockScreenlockStateHandler : public ScreenlockBridge::Observer { |
| // A phone eligible to unlock the device is found, but it's not close enough |
| // to be allowed to unlock the device. |
| STATE_PHONE_NOT_NEARBY, |
| + // An Easy Unlock enabled phone is found, but it is not allowed to unlock |
| + // the device because it does not support reporting it;s lock screen state. |
|
xiyuan
2014/08/19 20:17:13
nit: it;s -> its
tbarzic
2014/08/19 20:24:59
Done.
|
| + STATE_PHONE_UNSUPPORTED, |
| // The device can be unlocked using Easy Unlock. |
| STATE_AUTHENTICATED |
| }; |