| Index: chromecast/metrics/cast_metrics_service_client.h
|
| diff --git a/chromecast/metrics/cast_metrics_service_client.h b/chromecast/metrics/cast_metrics_service_client.h
|
| index fc55aea882f03cba3720336ed98c47b9737dc7c6..09ad71079e707d1005ddcf78e755edcf586f2b2e 100644
|
| --- a/chromecast/metrics/cast_metrics_service_client.h
|
| +++ b/chromecast/metrics/cast_metrics_service_client.h
|
| @@ -42,6 +42,7 @@ class CastMetricsServiceClient : public ::metrics::MetricsServiceClient {
|
| // metrics::MetricsServiceClient implementation:
|
| virtual void SetMetricsClientId(const std::string& client_id) OVERRIDE;
|
| virtual bool IsOffTheRecordSessionActive() OVERRIDE;
|
| + virtual int32 GetProduct() OVERRIDE;
|
| virtual std::string GetApplicationLocale() OVERRIDE;
|
| virtual bool GetBrand(std::string* brand_code) OVERRIDE;
|
| virtual ::metrics::SystemProfileProto::Channel GetChannel() OVERRIDE;
|
|
|