Index: chrome/browser/signin/easy_unlock_screenlock_state_handler.cc |
diff --git a/chrome/browser/signin/easy_unlock_screenlock_state_handler.cc b/chrome/browser/signin/easy_unlock_screenlock_state_handler.cc |
index 656e88d113a3c66444b2ac895d8e9eb049886c7e..d3458cce86c68866263921afba2f58839ccdc076 100644 |
--- a/chrome/browser/signin/easy_unlock_screenlock_state_handler.cc |
+++ b/chrome/browser/signin/easy_unlock_screenlock_state_handler.cc |
@@ -69,6 +69,7 @@ bool TooltipContainsDeviceType(EasyUnlockScreenlockStateHandler::State state) { |
state == EasyUnlockScreenlockStateHandler::STATE_PHONE_UNLOCKABLE || |
state == EasyUnlockScreenlockStateHandler::STATE_NO_BLUETOOTH || |
state == EasyUnlockScreenlockStateHandler::STATE_PHONE_UNSUPPORTED || |
+ state == EasyUnlockScreenlockStateHandler::STATE_RSSI_TOO_LOW || |
state == EasyUnlockScreenlockStateHandler::STATE_TX_POWER_TOO_HIGH; |
} |