Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5809)

Unified Diff: chromecast/browser/cast_browser_process.h

Issue 652353003: Chromecast: adds class to help record complex histograms. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: resets initial buffering state on flush Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chromecast/browser/cast_browser_main_parts.cc ('k') | chromecast/browser/cast_browser_process.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « chromecast/browser/cast_browser_main_parts.cc ('k') | chromecast/browser/cast_browser_process.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698