| 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 0096cdf25eb16d730d1b4ca4c0c4fa0272d23dc7..b2267c9c16078110cfe7d1216201f3fdc297fedd 100644
|
| --- a/chrome/browser/ui/passwords/password_manager_presenter.h
|
| +++ b/chrome/browser/ui/passwords/password_manager_presenter.h
|
| @@ -118,13 +118,6 @@ class PasswordManagerPresenter
|
| std::vector<scoped_ptr<autofill::PasswordForm>> password_list_;
|
| std::vector<scoped_ptr<autofill::PasswordForm>> password_exception_list_;
|
|
|
| - // 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_;
|
|
|