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

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

Issue 2685793004: Chromad: Wire up displayName and givenName (Closed)
Patch Set: 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..f469c0fe5dc1b8bc1a47958c8c28b4e215a84aca 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,11 @@
class AccountId;
+namespace authpolicy {
+
xiyuan 2017/02/08 22:59:57 nit: nuke the empty line
Roman Sorokin (ftl) 2017/02/09 10:50:47 Done.
+class ActiveDirectoryAccountData;
+}
+
namespace chromeos {
class Key;
@@ -140,7 +145,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,

Powered by Google App Engine
This is Rietveld 408576698