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

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: removes gyp dep 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 9514b5262c1de3f70c8dbd76fc3483e2fadcb53e..2d94185d14f0c007f03c2968323a5f2718b0038a 100644
--- a/chromecast/service/cast_service.h
+++ b/chromecast/service/cast_service.h
@@ -21,6 +21,9 @@ class URLRequestContextGetter;
}
namespace chromecast {
+namespace shell {
+class CastNetworkDelegate;
+}
class CastService {
public:
@@ -32,7 +35,8 @@ class CastService {
// getter doesn't do.
static CastService* Create(
content::BrowserContext* browser_context,
- net::URLRequestContextGetter* request_context_getter);
+ net::URLRequestContextGetter* request_context_getter,
+ shell::CastNetworkDelegate* network_delegate);
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