| 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 b2367b0daa119850230a38d5b11d4632f53ace32..092d6771a60cb7ed6854e2c7b3da43aa45f61eea 100644
|
| --- a/chrome/browser/chromeos/arc/arc_auth_service.h
|
| +++ b/chrome/browser/chromeos/arc/arc_auth_service.h
|
| @@ -40,6 +40,7 @@ class ArcAuthService : public ArcService,
|
| void OnSignInFailed(mojom::ArcSignInFailureReason reason) override;
|
| void RequestAccountInfo() override;
|
| void ReportMetrics(mojom::MetricsType metrics_type, int32_t value) override;
|
| + void ReportAccountCheckStatus(mojom::AccountCheckStatus status) override;
|
|
|
| // Deprecated methods:
|
| // For security reason this code can be used only once and exists for specific
|
|
|