| Index: components/autofill/core/common/autofill_switches.cc
|
| diff --git a/components/autofill/core/common/autofill_switches.cc b/components/autofill/core/common/autofill_switches.cc
|
| index ca73109db7e28183572d96cde04451ffe0f42a7c..905a474feb40010fb9888eeb049e7392c3fc3595 100644
|
| --- a/components/autofill/core/common/autofill_switches.cc
|
| +++ b/components/autofill/core/common/autofill_switches.cc
|
| @@ -19,6 +19,11 @@ const char kDisablePasswordGeneration[] = "disable-password-generation";
|
| // account creation.
|
| const char kEnablePasswordGeneration[] = "enable-password-generation";
|
|
|
| +// Disables password prompt and saves automatically password without notifying
|
| +// the user.
|
| +const char kEnableAutomaticPasswordsSaving[] =
|
| + "enable-automatic-passwords-saving";
|
| +
|
| // Removes the requirement that we recieved a ping from the autofill servers
|
| // and that the user doesn't have the given form blacklisted. Used in testing.
|
| const char kLocalHeuristicsOnlyForPasswordGeneration[] =
|
|
|