| 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 13080e11bee63658a564ef052f21d4729f4e657b..bbd00ba19c09257e716e8020a7a97197b6c819d9 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 OnSignInComplete() override;
|
| void OnSignInFailed(mojom::ArcSignInFailureReason reason) override;
|
| void RequestAccountInfo() override;
|
| + void ReportMetrics(mojom::MetricsType metrics_type, int32_t value) override;
|
|
|
| // Deprecated methods:
|
| // For security reason this code can be used only once and exists for specific
|
|
|