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

Unified Diff: chrome/browser/about_flags.cc

Issue 2409123002: Remove kEnablePasswordChangeSupport and clean-up form_autofill_util.cc (Closed)
Patch Set: Remove kEnablePasswordChangeSupport and clean-up form_autofill_util.cc Created 4 years, 2 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 | « no previous file | components/autofill/content/renderer/form_autofill_util.cc » ('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 d218902bb26e405ddc2012ec821063a88f3c08b8..7f10ceb2e46f7bdf2d4836c06214a5f702bea3fc 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1003,10 +1003,6 @@ const FeatureEntry kFeatureEntries[] = {
IDS_FLAGS_AUTOMATIC_PASSWORD_SAVING_DESCRIPTION, kOsDesktop,
FEATURE_VALUE_TYPE(
password_manager::features::kEnableAutomaticPasswordSaving)},
- {"enable-password-change-support", IDS_FLAGS_PASSWORD_CHANGE_SUPPORT_NAME,
- IDS_FLAGS_PASSWORD_CHANGE_SUPPORT_DESCRIPTION, kOsAndroid,
- FEATURE_VALUE_TYPE(
- password_manager::features::kEnablePasswordChangeSupport)},
{"enable-password-force-saving", IDS_FLAGS_PASSWORD_FORCE_SAVING_NAME,
IDS_FLAGS_PASSWORD_FORCE_SAVING_DESCRIPTION, kOsAll,
FEATURE_VALUE_TYPE(
« no previous file with comments | « no previous file | components/autofill/content/renderer/form_autofill_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698