| Index: components/password_manager/core/browser/password_manager.h
|
| diff --git a/components/password_manager/core/browser/password_manager.h b/components/password_manager/core/browser/password_manager.h
|
| index 62471d7f972ea34e2a685a1c3dc5b6ff16780d45..320a34103f0cb3a5585aefd3de6e6ae37eae45b3 100644
|
| --- a/components/password_manager/core/browser/password_manager.h
|
| +++ b/components/password_manager/core/browser/password_manager.h
|
| @@ -183,9 +183,9 @@ class PasswordManager : public LoginModel {
|
| // The platform-level driver. Must outlive this class.
|
| PasswordManagerDriver* const driver_;
|
|
|
| - // Set to false to disable the password manager (will no longer ask if you
|
| + // Set to false to disable password saving (will no longer ask if you
|
| // want to save passwords but will continue to fill passwords).
|
| - BooleanPrefMember password_manager_enabled_;
|
| + BooleanPrefMember saving_passwords_enabled_;
|
|
|
| // Observers to be notified of LoginModel events. This is mutable to allow
|
| // notification in const member functions.
|
|
|