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

Unified Diff: chromecast/service/cast_service_simple.h

Issue 608093002: Chromecast: adds callback for CastService to control metrics state. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cast-network-delegate
Patch Set: rebase Created 6 years, 3 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/service/cast_service_android.cc ('k') | chromecast/service/cast_service_simple.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/service/cast_service_simple.h
diff --git a/chromecast/service/cast_service_simple.h b/chromecast/service/cast_service_simple.h
index 534b2c06d4e85b7eb453edd282a42bf875f4f380..8ebfc06764a89de5750a231119deb83bf1624a75 100644
--- a/chromecast/service/cast_service_simple.h
+++ b/chromecast/service/cast_service_simple.h
@@ -20,7 +20,8 @@ namespace chromecast {
class CastServiceSimple : public CastService {
public:
- explicit CastServiceSimple(content::BrowserContext* browser_context);
+ CastServiceSimple(content::BrowserContext* browser_context,
+ const OptInStatsChangedCallback& opt_in_stats_callback);
virtual ~CastServiceSimple();
protected:
« no previous file with comments | « chromecast/service/cast_service_android.cc ('k') | chromecast/service/cast_service_simple.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698