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

Unified Diff: chrome/browser/signin/easy_unlock_screenlock_state_handler_unittest.cc

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_screenlock_state_handler_unittest.cc
diff --git a/chrome/browser/signin/easy_unlock_screenlock_state_handler_unittest.cc b/chrome/browser/signin/easy_unlock_screenlock_state_handler_unittest.cc
index f12f19ad188ce077ee98e15c1b49caadbe90ca73..c0a9b99a3120ac8f67333037af38142c9a430249 100644
--- a/chrome/browser/signin/easy_unlock_screenlock_state_handler_unittest.cc
+++ b/chrome/browser/signin/easy_unlock_screenlock_state_handler_unittest.cc
@@ -698,7 +698,7 @@ TEST_F(EasyUnlockScreenlockStateHandlerTest, NoOverrideOnlineSignin) {
states.push_back(ScreenlockState::PHONE_NOT_LOCKABLE);
states.push_back(ScreenlockState::PHONE_UNSUPPORTED);
states.push_back(ScreenlockState::RSSI_TOO_LOW);
- states.push_back(ScreenlockState::TX_POWER_TOO_HIGH);
+ states.push_back(ScreenlockState::PHONE_LOCKED_AND_RSSI_TOO_LOW);
states.push_back(ScreenlockState::AUTHENTICATED);
for (size_t i = 0; i < states.size(); ++i) {
« no previous file with comments | « chrome/browser/signin/easy_unlock_screenlock_state_handler.cc ('k') | chrome/browser/signin/easy_unlock_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698