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

Unified Diff: chromecast/browser/service/cast_service.cc

Issue 1327723002: [Chromecast] Raises CastService creation to CastContentBrowserClient. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: removed unnecessary include Created 5 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
« no previous file with comments | « chromecast/browser/service/cast_service.h ('k') | chromecast/browser/service/cast_service_android.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/browser/service/cast_service.cc
diff --git a/chromecast/browser/service/cast_service.cc b/chromecast/browser/service/cast_service.cc
index d725abe239787fd6a378f5b7758fc5d8d656a5cf..bbbc5a91e1918771c89ad3726273dae9d3d5c3a8 100644
--- a/chromecast/browser/service/cast_service.cc
+++ b/chromecast/browser/service/cast_service.cc
@@ -12,11 +12,9 @@ namespace chromecast {
CastService::CastService(
content::BrowserContext* browser_context,
- PrefService* pref_service,
- metrics::CastMetricsServiceClient* metrics_service_client)
+ PrefService* pref_service)
: browser_context_(browser_context),
pref_service_(pref_service),
- metrics_service_client_(metrics_service_client),
stopped_(true),
thread_checker_(new base::ThreadChecker()) {
}
« no previous file with comments | « chromecast/browser/service/cast_service.h ('k') | chromecast/browser/service/cast_service_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698