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

Unified Diff: chrome/browser/signin/easy_unlock_metrics.h

Issue 2898513002: [EasyUnlock] Observe proximity changes and clean up TX power strategy. (Closed)
Patch Set: fix_unittest Created 3 years, 7 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
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.
};

Powered by Google App Engine
This is Rietveld 408576698