| Index: chrome/browser/ui/webui/options/password_manager_handler.h
|
| diff --git a/chrome/browser/ui/webui/options/password_manager_handler.h b/chrome/browser/ui/webui/options/password_manager_handler.h
|
| index 8dc188edb0840b036bf6946bed0b225a03e7b789..cac31df74393248c1ea0fc73903e148c9958a9c4 100644
|
| --- a/chrome/browser/ui/webui/options/password_manager_handler.h
|
| +++ b/chrome/browser/ui/webui/options/password_manager_handler.h
|
| @@ -123,8 +123,12 @@ class PasswordManagerHandler : public OptionsPageUIHandler,
|
| // 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.
|
| + bool require_reauthentication_;
|
| +
|
| // Indicates whether or not the user has recently been authenticated.
|
| - // Used to determine whether or not to reveal plain text passwords.
|
| + // Used to determine whether or not to reveal plaintext passwords.
|
| bool is_user_authenticated_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(PasswordManagerHandler);
|
|
|