| 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 b61927a80bbfe3d58eb15e25be1622f767f7d13d..f8bd222204cbe6ba15c22032e69ca2054403547b 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
|
|
|