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

Unified Diff: chrome/browser/about_flags.cc

Issue 1846623002: Remove password-manager-reauthentication flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments addressed Created 4 years, 9 months 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: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 6eb59fa1aa207ffacbd3675f886c665dae747509..ed89f579d61b8efaa75085bdfc9a7b047976d861 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -921,11 +921,6 @@ const FeatureEntry kFeatureEntries[] = {
IDS_FLAGS_AUTOMATIC_PASSWORD_SAVING_DESCRIPTION, kOsDesktop,
FEATURE_VALUE_TYPE(
password_manager::features::kEnableAutomaticPasswordSaving)},
- {"password-manager-reauthentication",
- IDS_FLAGS_PASSWORD_MANAGER_REAUTHENTICATION_NAME,
- IDS_FLAGS_PASSWORD_MANAGER_REAUTHENTICATION_DESCRIPTION, kOsMac | kOsWin,
- SINGLE_DISABLE_VALUE_TYPE(
- switches::kDisablePasswordManagerReauthentication)},
{"enable-password-change-support", IDS_FLAGS_PASSWORD_CHANGE_SUPPORT_NAME,
IDS_FLAGS_PASSWORD_CHANGE_SUPPORT_DESCRIPTION, kOsAndroid,
FEATURE_VALUE_TYPE(

Powered by Google App Engine
This is Rietveld 408576698