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

Unified Diff: components/proximity_auth/switches.cc

Issue 785663003: easy-unlock: Turn on by default. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
Index: components/proximity_auth/switches.cc
diff --git a/components/proximity_auth/switches.cc b/components/proximity_auth/switches.cc
index 8097913f3b1b7e9bb7d79044860f1c0f8c47672f..0d67add71b771a97599a3f8fcd1bc67ff94a4bd5 100644
--- a/components/proximity_auth/switches.cc
+++ b/components/proximity_auth/switches.cc
@@ -17,6 +17,7 @@ const char kDisableEasySignin[] = "disable-easy-signin";
// Disable Easy unlock.
const char kDisableEasyUnlock[] = "disable-easy-unlock";
+// TODO(xiyuan): Remove obsolete enable flags since feature is on by default.
// Enable Easy sign-in.
const char kEnableEasySignin[] = "enable-easy-signin";

Powered by Google App Engine
This is Rietveld 408576698