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

Unified Diff: chromeos/login/auth/authpolicy_login_helper.h

Issue 2835473002: Chromad: Allow offline login. (Closed)
Patch Set: 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
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 1472c664676403ebfab6386bb55a21bdd60e449b..c6efa978833a8c3bc9b40581a8b0963150974144 100644
--- a/chromeos/login/auth/authpolicy_login_helper.h
+++ b/chromeos/login/auth/authpolicy_login_helper.h
@@ -35,6 +35,7 @@ class CHROMEOS_EXPORT AuthPolicyLoginHelper {
// See AuthPolicyClient::AuthenticateUser.
void AuthenticateUser(const std::string& username,
+ const std::string& object_guid,
const std::string& password,
AuthCallback callback);

Powered by Google App Engine
This is Rietveld 408576698