Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6772)

Unified Diff: chrome/browser/ui/webui/signin/user_manager_screen_handler.h

Issue 1280813003: If there are no local credentials for a locked profile, show sign in button (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address review comments Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;
« no previous file with comments | « chrome/browser/resources/user_manager/user_manager.css ('k') | chrome/browser/ui/webui/signin/user_manager_screen_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698