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

Unified Diff: components/password_manager/core/common/password_manager_features.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 | « components/password_manager/core/common/password_manager_features.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/password_manager/core/common/password_manager_features.cc
diff --git a/components/password_manager/core/common/password_manager_features.cc b/components/password_manager/core/common/password_manager_features.cc
index a65edefa4574a1a06456dec3486dde77c5fa12b3..645d6865985805c1d0cbd99ebbb81d053c069403 100644
--- a/components/password_manager/core/common/password_manager_features.cc
+++ b/components/password_manager/core/common/password_manager_features.cc
@@ -23,11 +23,6 @@ const base::Feature kDropSyncCredential = {"drop-sync-credential",
const base::Feature kEnableAutomaticPasswordSaving = {
"enable-automatic-password-saving", base::FEATURE_DISABLED_BY_DEFAULT};
-// Enable supporting of updating password in the password manager on a password
-// change form submit.
-const base::Feature kEnablePasswordChangeSupport = {
- "enable-password-change-support", base::FEATURE_DISABLED_BY_DEFAULT};
-
// Enable a context menu item in the password field that allows the user
// to manually enforce saving of their password.
const base::Feature kEnablePasswordForceSaving = {
« no previous file with comments | « components/password_manager/core/common/password_manager_features.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698