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(); |