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

Unified Diff: chromecast/browser/service/cast_service_simple.h

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
Index: chromecast/browser/service/cast_service_simple.h
diff --git a/chromecast/browser/service/cast_service_simple.h b/chromecast/browser/service/cast_service_simple.h
index 8ce5a13484a5f60bfa499c28aaf2d49f5075ebc6..cbbb0e1da50cb01a499cc2c2e5dd0ec918d13ede 100644
--- a/chromecast/browser/service/cast_service_simple.h
+++ b/chromecast/browser/service/cast_service_simple.h
@@ -19,8 +19,7 @@ class CastContentWindow;
class CastServiceSimple : public CastService {
public:
CastServiceSimple(content::BrowserContext* browser_context,
- PrefService* pref_service,
- metrics::CastMetricsServiceClient* metrics_service_client);
+ PrefService* pref_service);
~CastServiceSimple() override;
protected:
« no previous file with comments | « chromecast/browser/service/cast_service_android.cc ('k') | chromecast/browser/service/cast_service_simple.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698