| 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);
|
|
|
|
|