Chromium Code Reviews| 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 |