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

Unified Diff: chromecast/shell/browser/cast_browser_main_parts.h

Issue 482813004: Adds CastMetricsServiceClient to Chromecast shell. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address asvitkine's comments Created 6 years, 4 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
Index: chromecast/shell/browser/cast_browser_main_parts.h
diff --git a/chromecast/shell/browser/cast_browser_main_parts.h b/chromecast/shell/browser/cast_browser_main_parts.h
index 988ceea92f3e971973dd2b3d7e22c81b54477369..6be05ada2965ff29ae3a6dcc4cad7f4b67994db1 100644
--- a/chromecast/shell/browser/cast_browser_main_parts.h
+++ b/chromecast/shell/browser/cast_browser_main_parts.h
@@ -18,6 +18,10 @@ namespace chromecast {
class CastService;
+namespace metrics {
+class CastMetricsServiceClient;
+} // namespace metrics
+
namespace shell {
class CastBrowserContext;
@@ -46,6 +50,7 @@ class CastBrowserMainParts : public content::BrowserMainParts {
private:
scoped_ptr<CastBrowserContext> browser_context_;
scoped_ptr<CastService> cast_service_;
+ scoped_ptr<metrics::CastMetricsServiceClient> metrics_service_client_;
scoped_ptr<RemoteDebuggingServer> dev_tools_;
URLRequestContextFactory* const url_request_context_factory_;
« no previous file with comments | « chromecast/metrics/platform_metrics_providers_simple.cc ('k') | chromecast/shell/browser/cast_browser_main_parts.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698