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

Unified Diff: chromeos/login/auth/authpolicy_login_helper.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 | « chromeos/dbus/fake_auth_policy_client_unittest.cc ('k') | chromeos/login/auth/authpolicy_login_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/login/auth/authpolicy_login_helper.h
diff --git a/chromeos/login/auth/authpolicy_login_helper.h b/chromeos/login/auth/authpolicy_login_helper.h
index d04778328a84578cf67a2f2bed1fc3c72285cd0d..f2013b35c7fc2be21f30800409cf0fa24ee7ef62 100644
--- a/chromeos/login/auth/authpolicy_login_helper.h
+++ b/chromeos/login/auth/authpolicy_login_helper.h
@@ -56,7 +56,7 @@ class CHROMEOS_EXPORT AuthPolicyLoginHelper {
void OnAuthCallback(
AuthCallback callback,
authpolicy::ErrorType error,
- const authpolicy::ActiveDirectoryAccountData& account_data);
+ const authpolicy::ActiveDirectoryAccountInfo& account_info);
base::WeakPtrFactory<AuthPolicyLoginHelper> weak_factory_;
DISALLOW_COPY_AND_ASSIGN(AuthPolicyLoginHelper);
« no previous file with comments | « chromeos/dbus/fake_auth_policy_client_unittest.cc ('k') | chromeos/login/auth/authpolicy_login_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698