| Index: trunk/src/components/password_manager/core/common/password_manager_switches.cc
|
| ===================================================================
|
| --- trunk/src/components/password_manager/core/common/password_manager_switches.cc (revision 290044)
|
| +++ trunk/src/components/password_manager/core/common/password_manager_switches.cc (working copy)
|
| @@ -8,10 +8,6 @@
|
|
|
| namespace switches {
|
|
|
| -// Force the password manager to allow sync credentials to be autofilled.
|
| -const char kAllowAutofillSyncCredential[] =
|
| - "allow-autofill-sync-credential";
|
| -
|
| // Disable the link in the password manager settings page that points to account
|
| // central.
|
| const char kDisableAndroidPasswordLink[] = "disable-android-password-link";
|
| @@ -24,15 +20,6 @@
|
| const char kDisableManagerForSyncSignin[] =
|
| "disable-manager-for-sync-signin";
|
|
|
| -// Disallow autofilling of the sync credential.
|
| -const char kDisallowAutofillSyncCredential[] =
|
| - "disallow-autofill-sync-credential";
|
| -
|
| -// Disallow autofilling of the sync credential only for transactional reauth
|
| -// pages.
|
| -const char kDisallowAutofillSyncCredentialForReauth[] =
|
| - "disallow-autofill-sync-credential-for-reauth";
|
| -
|
| // Enable the link in the password manager settings page that points to account
|
| // central.
|
| const char kEnableAndroidPasswordLink[] = "enable-android-password-link";
|
|
|