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

Unified Diff: chrome/browser/ui/webui/chromeos/login/gaia_screen_handler.h

Issue 2602973002: Add Active Directory password change screen. (Closed)
Patch Set: Created 4 years 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/chromeos/login/gaia_screen_handler.h
diff --git a/chrome/browser/ui/webui/chromeos/login/gaia_screen_handler.h b/chrome/browser/ui/webui/chromeos/login/gaia_screen_handler.h
index a3b8da0efd703d06175ef3b24810ec7d43bf2462..5f6a57d592f738110e15ca6d8af7bfd273eb2e82 100644
--- a/chrome/browser/ui/webui/chromeos/login/gaia_screen_handler.h
+++ b/chrome/browser/ui/webui/chromeos/login/gaia_screen_handler.h
@@ -98,9 +98,14 @@ class GaiaScreenHandler : public BaseScreenHandler,
const std::string& password,
bool using_saml);
- void HandleCompleteAdAuthentication(const std::string& user_name,
+ void HandleCompleteAdAuthentication(const std::string& username,
const std::string& password);
+ void HandleCompleteAdPasswordChange(const std::string& username,
+ const std::string& old_password,
+ const std::string& new_password,
+ const std::string& repeat_new_password);
+
void HandleUsingSAMLAPI();
void HandleScrapedPasswordCount(int password_count);
void HandleScrapedPasswordVerificationFailed();
@@ -139,7 +144,7 @@ class GaiaScreenHandler : public BaseScreenHandler,
const std::string& uid);
// Callback for writing password into pipe.
- void OnPasswordPipeReady(const std::string& user_name,
+ void OnPasswordPipeReady(const std::string& username,
const Key& key,
base::ScopedFD password_fd);

Powered by Google App Engine
This is Rietveld 408576698