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

Unified Diff: chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc

Issue 12321136: Password in user pods clears after minute of idle state. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 7 years, 10 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
« no previous file with comments | « chrome/browser/ui/webui/chromeos/login/signin_screen_handler.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc
diff --git a/chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc b/chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc
index e5ade0a5c88207ecbb14c84b10660f5bf80ac888..ababe6d3e367731105b80d3270707b5cbd35faf1 100644
--- a/chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc
+++ b/chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc
@@ -843,6 +843,10 @@ void SigninScreenHandler::ClearAndEnablePassword() {
web_ui()->CallJavascriptFunction("cr.ui.Oobe.resetSigninUI", force_online);
}
+void SigninScreenHandler::ClearUserPodPassword() {
+ web_ui()->CallJavascriptFunction("cr.ui.Oobe.clearUserPodPassword");
+}
+
void SigninScreenHandler::OnLoginSuccess(const std::string& username) {
base::StringValue username_value(username);
web_ui()->CallJavascriptFunction("cr.ui.Oobe.onLoginSuccess", username_value);
« no previous file with comments | « chrome/browser/ui/webui/chromeos/login/signin_screen_handler.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698