| 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";
|
|
|
|
|