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

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

Issue 2685793004: Chromad: Wire up displayName and givenName (Closed)
Patch Set: Combine SetDisplayName and SetGivenName into SetDisplayAndGiveName Created 3 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
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 a81b462f4476533a8d679afd8cbcea5f10c1e479..5e3afa2dfca9eb84bf8e5d993e62f90668cb98e3 100644
--- a/chrome/browser/ui/webui/chromeos/login/gaia_screen_handler.h
+++ b/chrome/browser/ui/webui/chromeos/login/gaia_screen_handler.h
@@ -19,6 +19,10 @@
class AccountId;
+namespace authpolicy {
+class ActiveDirectoryAccountData;
+}
+
namespace chromeos {
class Key;
@@ -140,7 +144,7 @@ class GaiaScreenHandler : public BaseScreenHandler,
void DoAdAuth(const std::string& username,
const Key& key,
authpolicy::ErrorType error,
- const std::string& uid);
+ const authpolicy::ActiveDirectoryAccountData& account_data);
// Callback for writing password into pipe.
void OnPasswordPipeReady(const std::string& username,
« no previous file with comments | « chrome/browser/chromeos/login/ui/webui_login_display.cc ('k') | chrome/browser/ui/webui/chromeos/login/gaia_screen_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698