| Index: chrome/browser/ui/passwords/password_manager_presenter.h
|
| diff --git a/chrome/browser/ui/passwords/password_manager_presenter.h b/chrome/browser/ui/passwords/password_manager_presenter.h
|
| index f8a8b7e798a86945ec95fe457ea01a180576b00d..2b19b8012c120a64e5989d98c99ca26513a5b009 100644
|
| --- a/chrome/browser/ui/passwords/password_manager_presenter.h
|
| +++ b/chrome/browser/ui/passwords/password_manager_presenter.h
|
| @@ -137,13 +137,6 @@ class PasswordManagerPresenter
|
| DuplicatesMap password_duplicates_;
|
| DuplicatesMap password_exception_duplicates_;
|
|
|
| - // Whether to show stored passwords or not.
|
| - BooleanPrefMember show_passwords_;
|
| -
|
| - // Indicates whether or not the password manager should require the user to
|
| - // reauthenticate before revealing plaintext passwords.
|
| - const bool require_reauthentication_;
|
| -
|
| // The last time the user was successfully authenticated.
|
| // Used to determine whether or not to reveal plaintext passwords.
|
| base::TimeTicks last_authentication_time_;
|
|
|