Index: chrome/browser/signin/easy_unlock_service.cc |
diff --git a/chrome/browser/signin/easy_unlock_service.cc b/chrome/browser/signin/easy_unlock_service.cc |
index ffa2341aef02497adbe667017b62bd991f9e3fa9..846017a99bbeda48885c379048e18ae081c26535 100644 |
--- a/chrome/browser/signin/easy_unlock_service.cc |
+++ b/chrome/browser/signin/easy_unlock_service.cc |
@@ -82,7 +82,7 @@ EasyUnlockService* EasyUnlockService::GetForUser( |
// static |
bool EasyUnlockService::IsSignInEnabled() { |
return !CommandLine::ForCurrentProcess()->HasSwitch( |
- proximity_auth::switches::kDisableEasySignin); |
+ proximity_auth::switches::kDisableEasyUnlock); |
} |
class EasyUnlockService::BluetoothDetector |