Chromium Code Reviews| Index: components/password_manager/core/common/password_manager_pref_names.h |
| diff --git a/components/password_manager/core/common/password_manager_pref_names.h b/components/password_manager/core/common/password_manager_pref_names.h |
| index dc138f9d130cbd1be62e4d4b336b8252fd81739a..1f8979e8f752eba83ee3c06ca668bdd4c1c0fbee 100644 |
| --- a/components/password_manager/core/common/password_manager_pref_names.h |
| +++ b/components/password_manager/core/common/password_manager_pref_names.h |
| @@ -21,6 +21,15 @@ extern const char kAllowToCollectURLBubbleWasShown[]; |
| // period, in which the "Allow to collect URL?" bubble can be shown. |
| extern const char kAllowToCollectURLBubbleActivePeriodStartFactor[]; |
| +// The value of this preference controls whenever Password Manager will save |
| +// credentials. When it is false, it doesn't ask if you want to save passwords |
| +// but will continue to fill passwords. This preference in a future will |
| +// substitute kPasswordManagerSavingEnabled, currently it's required that values |
| +// of these two preference are in sync one with another. |
| +// TODO(melandory): Preference should also control autofill behaviour for the |
| +// credentials. |
|
vabr (Chromium)
2015/08/12 08:25:51
Which credentials? Do you mean Credentials API?
melandory
2015/08/13 15:49:15
I meant username and password pair. I changed comm
|
| +extern const char kCredentialsEnableService[]; |
| + |
| #if !defined(OS_MACOSX) && !defined(OS_CHROMEOS) && defined(OS_POSIX) |
| // The local profile id for this profile. |
| extern const char kLocalProfileId[]; |