| Index: chrome/browser/chromeos/arc/arc_auth_service.h
|
| diff --git a/chrome/browser/chromeos/arc/arc_auth_service.h b/chrome/browser/chromeos/arc/arc_auth_service.h
|
| index 9ba105cbeb00e2be42807b3d5b3606c3e8485f2b..f40a80934e5fff6012301f7695fb3ce476478833 100644
|
| --- a/chrome/browser/chromeos/arc/arc_auth_service.h
|
| +++ b/chrome/browser/chromeos/arc/arc_auth_service.h
|
| @@ -181,8 +181,6 @@ class ArcAuthService : public ArcService,
|
| void GetIsAccountManagedDeprecated(
|
| const GetIsAccountManagedDeprecatedCallback& callback) override;
|
|
|
| - void OnSignInFailedInternal(ProvisioningResult result);
|
| -
|
| // Called from Arc support platform app to set auth code and start arc.
|
| void OnAuthCodeObtained(const std::string& auth_code);
|
|
|
| @@ -244,6 +242,8 @@ class ArcAuthService : public ArcService,
|
|
|
| void StartArc();
|
|
|
| + void OnProvisioningFinished(ProvisioningResult result);
|
| +
|
| private:
|
| using AccountInfoCallback = base::Callback<void(mojom::AccountInfoPtr)>;
|
| class AccountInfoNotifier;
|
|
|