Index: components/proximity_auth/switches.cc |
diff --git a/components/proximity_auth/switches.cc b/components/proximity_auth/switches.cc |
index 8097913f3b1b7e9bb7d79044860f1c0f8c47672f..681f678c9985ad3309f5904cfa0a1d1c3aa5db9d 100644 |
--- a/components/proximity_auth/switches.cc |
+++ b/components/proximity_auth/switches.cc |
@@ -17,6 +17,9 @@ 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. |
+// Also consolidate the two flags into one after http://crbug.com/439638. |
+ |
// Enable Easy sign-in. |
const char kEnableEasySignin[] = "enable-easy-signin"; |