| Index: chrome/browser/chromeos/arc/arc_auth_service.cc
|
| diff --git a/chrome/browser/chromeos/arc/arc_auth_service.cc b/chrome/browser/chromeos/arc/arc_auth_service.cc
|
| index c20b7401e98994688138b9c3ba3d02006c883521..f4fa6b477f2eac92f2d5321da54e268248b16fcd 100644
|
| --- a/chrome/browser/chromeos/arc/arc_auth_service.cc
|
| +++ b/chrome/browser/chromeos/arc/arc_auth_service.cc
|
| @@ -205,7 +205,8 @@ void ArcAuthService::OnBridgeStopped(ArcBridgeService::StopReason reason) {
|
| clear_required_ = false;
|
| chromeos::DBusThreadManager::Get()->GetSessionManagerClient()->RemoveArcData(
|
| cryptohome::Identification(
|
| - multi_user_util::GetAccountIdFromProfile(profile_)));
|
| + multi_user_util::GetAccountIdFromProfile(profile_)),
|
| + chromeos::SessionManagerClient::ArcCallback());
|
| }
|
|
|
| std::string ArcAuthService::GetAndResetAuthCode() {
|
|
|