| Index: chromecast/browser/metrics/cast_metrics_service_client.h
|
| diff --git a/chromecast/browser/metrics/cast_metrics_service_client.h b/chromecast/browser/metrics/cast_metrics_service_client.h
|
| index af88142c7f8be187ec02187a54f7417dbb705afa..8975d74015da08808b8a0d0146d20279e87a3248 100644
|
| --- a/chromecast/browser/metrics/cast_metrics_service_client.h
|
| +++ b/chromecast/browser/metrics/cast_metrics_service_client.h
|
| @@ -81,6 +81,8 @@ class CastMetricsServiceClient : public ::metrics::MetricsServiceClient {
|
| std::unique_ptr<::metrics::MetricsLogUploader> CreateUploader(
|
| const base::Callback<void(int)>& on_upload_complete) override;
|
| base::TimeDelta GetStandardUploadInterval() override;
|
| + scoped_refptr<base::SingleThreadTaskRunner> GetMainThreadTaskRunner()
|
| + override;
|
|
|
| // Starts/stops the metrics service.
|
| void EnableMetricsService(bool enabled);
|
|
|