| Index: chromeos/dbus/fake_auth_policy_client.h
|
| diff --git a/chromeos/dbus/fake_auth_policy_client.h b/chromeos/dbus/fake_auth_policy_client.h
|
| index 6f445c5ed66ad99f07ab858cb72b14e572db0d57..4b11184fc1ca8dffd7df3fe05a1e9c7052079b1c 100644
|
| --- a/chromeos/dbus/fake_auth_policy_client.h
|
| +++ b/chromeos/dbus/fake_auth_policy_client.h
|
| @@ -28,6 +28,7 @@ class CHROMEOS_EXPORT FakeAuthPolicyClient : public AuthPolicyClient {
|
| int password_fd,
|
| JoinCallback callback) override;
|
| void AuthenticateUser(const std::string& user_principal_name,
|
| + const std::string& object_guid,
|
| int password_fd,
|
| AuthCallback callback) override;
|
| void RefreshDevicePolicy(RefreshPolicyCallback calllback) override;
|
|
|