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

Unified Diff: chromecast/service/cast_service.h

Issue 598303002: Chromecast: adds CastNetworkDelegate. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: android build fixes 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/common/chromecast_switches.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.h
diff --git a/chromecast/service/cast_service.h b/chromecast/service/cast_service.h
index 606f8f7c87b6d89850fe6efccf72adfa223afeea..4e317858dfe2ba66a1fc479739016484901cdc2a 100644
--- a/chromecast/service/cast_service.h
+++ b/chromecast/service/cast_service.h
@@ -17,10 +17,13 @@ class BrowserContext;
}
namespace chromecast {
+class CastNetworkDelegate;
class CastService {
public:
- static CastService* Create(content::BrowserContext* browser_context);
+ static CastService* Create(
+ content::BrowserContext* browser_context,
+ CastNetworkDelegate* network_delegate);
lcwu1 2014/09/25 01:19:24 Network delegate should be part of the url request
gunsch 2014/09/25 15:47:56 Ooh, good idea. Looking at our local code, we also
virtual ~CastService();
« no previous file with comments | « chromecast/common/chromecast_switches.cc ('k') | chromecast/service/cast_service_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698