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

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

Issue 2841103002: Chromad: Add GetUserStatus call into AuthPolicyClient (Closed)
Patch Set: Fix test build Created 3 years, 8 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 | « no previous file | chrome/browser/ui/webui/chromeos/login/gaia_screen_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 be1a92fb9cf28b320ffa7848a7b7b1030e8407c4..15a6b1072fde8d83abeb264d33ff9e4119a5f21d 100644
--- a/chrome/browser/ui/webui/chromeos/login/gaia_screen_handler.h
+++ b/chrome/browser/ui/webui/chromeos/login/gaia_screen_handler.h
@@ -21,7 +21,7 @@
class AccountId;
namespace authpolicy {
-class ActiveDirectoryAccountData;
+class ActiveDirectoryAccountInfo;
}
namespace chromeos {
@@ -147,7 +147,7 @@ class GaiaScreenHandler : public BaseScreenHandler,
void DoAdAuth(const std::string& username,
const Key& key,
authpolicy::ErrorType error,
- const authpolicy::ActiveDirectoryAccountData& account_data);
+ const authpolicy::ActiveDirectoryAccountInfo& account_info);
// Callback for writing password into pipe.
void OnPasswordPipeReady(const std::string& username,
« no previous file with comments | « no previous file | 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