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

Unified Diff: components/password_manager/core/common/password_manager_switches.cc

Issue 1396403004: Remove dependency on Finch experiment PasswordLinkInSettings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Java comment addressed Created 5 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/experiments.cc ('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_switches.cc
diff --git a/components/password_manager/core/common/password_manager_switches.cc b/components/password_manager/core/common/password_manager_switches.cc
index 9089a15f9acc9c98acfc24a628a93406b57705bb..36dc474f7a7e49af1341b6b3e1e5dce2bd5320d1 100644
--- a/components/password_manager/core/common/password_manager_switches.cc
+++ b/components/password_manager/core/common/password_manager_switches.cc
@@ -23,10 +23,6 @@ const char kDisableDropSyncCredential[] = "disable-drop-sync-credential";
// Disable both saving and filling for the sync signin form.
const char kDisableManagerForSyncSignin[] = "disable-manager-for-sync-signin";
-// Disable the link in the password manager settings page that points to account
-// central.
-const char kDisablePasswordLink[] = "disable-password-link";
-
// Disallow autofilling of the sync credential.
const char kDisallowAutofillSyncCredential[] =
"disallow-autofill-sync-credential";
@@ -62,10 +58,6 @@ const char kEnablePasswordChangeSupport[] = "enable-password-change-support";
// to manually enforce saving of their password.
const char kEnablePasswordForceSaving[] = "enable-password-force-saving";
-// Enable the link in the password manager settings page that points to account
-// central.
-const char kEnablePasswordLink[] = "enable-password-link";
Eugene But (OOO till 7-30) 2015/10/19 16:40:29 Should this be also removed from the header?
vabr (Chromium) 2015/10/19 17:19:03 Ah! It should, thanks for pointing this out. I'm n
-
} // namespace switches
} // namespace password_manager
« no previous file with comments | « components/password_manager/core/common/experiments.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698