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

Unified Diff: chromecast/service/cast_service.h

Issue 613093002: Chromecast: removes CastNetworkDelegate from CastService::Create. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « no previous file | 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 0b646f4ab374ebc9bd9243c7e1c5b6353f87a05d..14532c91321a99393ab4e9d6f3426e30947fd8c4 100644
--- a/chromecast/service/cast_service.h
+++ b/chromecast/service/cast_service.h
@@ -22,9 +22,6 @@ class URLRequestContextGetter;
}
namespace chromecast {
-namespace shell {
-class CastNetworkDelegate;
-}
class CastService {
public:
@@ -41,7 +38,6 @@ class CastService {
static CastService* Create(
content::BrowserContext* browser_context,
net::URLRequestContextGetter* request_context_getter,
- shell::CastNetworkDelegate* network_delegate,
const OptInStatsChangedCallback& opt_in_stats_callback);
virtual ~CastService();
« no previous file with comments | « no previous file | chromecast/service/cast_service_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698