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 1253369bad40adaffa553f9a61a2797121241e87..dae02bfa2427efbb74604d8a8b795ce5b103eda7 100644 |
--- a/chrome/browser/chromeos/arc/arc_auth_service.cc |
+++ b/chrome/browser/chromeos/arc/arc_auth_service.cc |
@@ -210,7 +210,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() { |