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

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

Issue 797693002: easy-unlock: Get rid of extra flag. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix typo Created 6 years 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 | « chrome/browser/about_flags.cc ('k') | components/proximity_auth/switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | components/proximity_auth/switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698