| Index: chrome/browser/ui/webui/signin/user_manager_screen_handler.h
|
| diff --git a/chrome/browser/ui/webui/signin/user_manager_screen_handler.h b/chrome/browser/ui/webui/signin/user_manager_screen_handler.h
|
| index 963a473906b300da37483c37c6f4bd602627420b..6dd781757468c85569cb32eb988c2e30ad68629a 100644
|
| --- a/chrome/browser/ui/webui/signin/user_manager_screen_handler.h
|
| +++ b/chrome/browser/ui/webui/signin/user_manager_screen_handler.h
|
| @@ -114,9 +114,8 @@ class UserManagerScreenHandler
|
| // The path of the profile currently being authenticated.
|
| base::FilePath authenticating_profile_path_;
|
|
|
| - // Login email and password, held during on-line auth for later use.
|
| + // Login email held during on-line auth for later use.
|
| std::string email_address_;
|
| - std::string password_attempt_;
|
|
|
| // URL hash, used to key post-profile actions if present.
|
| std::string url_hash_;
|
|
|