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

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

Issue 737563004: Fix M39 bot compile error. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2171
Patch Set: Created 6 years, 1 month 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2523b470780aa16eb2a9028f7f34dcb87c1fce7e..4758b09cae5abd6cfd94ae7c8517893568bd4a83 100644
--- a/chrome/browser/signin/easy_unlock_screenlock_state_handler_unittest.cc
+++ b/chrome/browser/signin/easy_unlock_screenlock_state_handler_unittest.cc
@@ -762,8 +762,6 @@ TEST_F(EasyUnlockScreenlockStateHandlerTest, NoOverrideOnlineSignin) {
states.push_back(EasyUnlockScreenlockStateHandler::STATE_PHONE_LOCKED);
states.push_back(EasyUnlockScreenlockStateHandler::STATE_PHONE_UNLOCKABLE);
states.push_back(EasyUnlockScreenlockStateHandler::STATE_PHONE_UNSUPPORTED);
- states.push_back(EasyUnlockScreenlockStateHandler::STATE_RSSI_TOO_LOW);
- states.push_back(EasyUnlockScreenlockStateHandler::STATE_TX_POWER_TOO_HIGH);
states.push_back(EasyUnlockScreenlockStateHandler::STATE_AUTHENTICATED);
for (size_t i = 0; i < states.size(); ++i) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698