| 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..2aeab79b8de973654897e47976f4afb7875919b5 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
|
| +// passwords.
|
| +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[];
|
|
|