| Index: chrome/browser/signin/easy_unlock_metrics.h
|
| diff --git a/chrome/browser/signin/easy_unlock_metrics.h b/chrome/browser/signin/easy_unlock_metrics.h
|
| index d218de26c38507c4ea36e16320c3e5fcff9e1a26..bd2931681872b052a682743931653b7c1b74e70a 100644
|
| --- a/chrome/browser/signin/easy_unlock_metrics.h
|
| +++ b/chrome/browser/signin/easy_unlock_metrics.h
|
| @@ -49,7 +49,7 @@ enum EasyUnlockAuthEvent {
|
| // though.
|
| PASSWORD_ENTRY_WITH_AUTHENTICATED_PHONE = 14,
|
| // Password is used because phone is not right next to the Chromebook.
|
| - PASSWORD_ENTRY_TX_POWER_TOO_HIGH = 15,
|
| + PASSWORD_ENTRY_TX_POWER_TOO_HIGH = 15, // DEPRECATED
|
| // Password is used because Easy sign-in failed.
|
| PASSWORD_ENTRY_LOGIN_FAILED = 16,
|
| // Password is used because pairing data is changed for a "new" Chromebook
|
| @@ -60,7 +60,7 @@ enum EasyUnlockAuthEvent {
|
| PASSWORD_ENTRY_NO_SCREENLOCK_STATE_HANDLER = 18,
|
| // Password is used because the phone is (a) locked, and (b) not right next to
|
| // the Chromebook.
|
| - PASSWORD_ENTRY_PHONE_LOCKED_AND_TX_POWER_TOO_HIGH = 19,
|
| + PASSWORD_ENTRY_PHONE_LOCKED_AND_RSSI_TOO_LOW = 19,
|
|
|
| EASY_UNLOCK_AUTH_EVENT_COUNT // Must be the last entry.
|
| };
|
|
|