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

Unified Diff: chromecast/service/cast_service_android.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.cc ('k') | chromecast/service/cast_service_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/service/cast_service_android.h
diff --git a/chromecast/service/cast_service_android.h b/chromecast/service/cast_service_android.h
index 234b0129478b022b6abe3601b9bb86094b03e7b5..eee82e8ae0c50f0d2fc8c5a9f1e71faec334cdc5 100644
--- a/chromecast/service/cast_service_android.h
+++ b/chromecast/service/cast_service_android.h
@@ -12,7 +12,8 @@ namespace chromecast {
class CastServiceAndroid : public CastService {
public:
- explicit CastServiceAndroid(content::BrowserContext* browser_context);
+ CastServiceAndroid(content::BrowserContext* browser_context,
+ const OptInStatsChangedCallback& opt_in_stats_callback);
virtual ~CastServiceAndroid();
protected:
« no previous file with comments | « chromecast/service/cast_service.cc ('k') | chromecast/service/cast_service_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698