Index: chromecast/browser/cast_browser_process.h |
diff --git a/chromecast/browser/cast_browser_process.h b/chromecast/browser/cast_browser_process.h |
index a1fe4f852edefa8c85642465f231f05e76a6adfa..7f0ac7910dfca649c0cc55942aa5422706046803 100644 |
--- a/chromecast/browser/cast_browser_process.h |
+++ b/chromecast/browser/cast_browser_process.h |
@@ -37,6 +37,7 @@ class CastBrowserProcess { |
void SetBrowserContext(CastBrowserContext* browser_context); |
void SetCastService(CastService* cast_service); |
void SetRemoteDebuggingServer(RemoteDebuggingServer* remote_debugging_server); |
+ void SetMetricsHelper(metrics::CastMetricsHelper* metrics_helper); |
void SetMetricsServiceClient( |
metrics::CastMetricsServiceClient* metrics_service_client); |
#if defined(OS_ANDROID) |
@@ -51,6 +52,7 @@ class CastBrowserProcess { |
private: |
scoped_ptr<CastBrowserContext> browser_context_; |
+ scoped_ptr<metrics::CastMetricsHelper> metrics_helper_; |
scoped_ptr<metrics::CastMetricsServiceClient> metrics_service_client_; |
scoped_ptr<RemoteDebuggingServer> remote_debugging_server_; |
#if defined(OS_ANDROID) |