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

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: Just rebased 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
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/android/password_ui_view_android.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 5948a6cc54e71a727e3a800e5dfe4fc3acc11c54..665d78fa6ff2d88bb213ff5eb7b68b5fcca619ef 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -923,11 +923,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(
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/android/password_ui_view_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698