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

Unified Diff: components/proximity_auth/switches.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 | « components/proximity_auth/switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/proximity_auth/switches.cc
diff --git a/components/proximity_auth/switches.cc b/components/proximity_auth/switches.cc
index d05a0f60ee140e34fc75b3e7f310738b30df4ed3..5e63e9b05829e8216a69e56993b334366e849f77 100644
--- a/components/proximity_auth/switches.cc
+++ b/components/proximity_auth/switches.cc
@@ -11,9 +11,6 @@ namespace switches {
// by CryptAuth.
const char kCryptAuthHTTPHost[] = "cryptauth-http-host";
-// Disable Easy sign-in.
-const char kDisableEasySignin[] = "disable-easy-signin";
-
// Disable Easy unlock.
const char kDisableEasyUnlock[] = "disable-easy-unlock";
« no previous file with comments | « components/proximity_auth/switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698