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

Unified Diff: chromecast/service/cast_service_simple.cc

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 | « chromecast/service/cast_service_android.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/service/cast_service_simple.cc
diff --git a/chromecast/service/cast_service_simple.cc b/chromecast/service/cast_service_simple.cc
index c11449e317b1796e4f68a4fc022db01f8d97cf1e..1b36b98c30940f675f361be5d4af4b5cbfaa8d83 100644
--- a/chromecast/service/cast_service_simple.cc
+++ b/chromecast/service/cast_service_simple.cc
@@ -73,7 +73,6 @@ class FillLayout : public aura::LayoutManager {
CastService* CastService::Create(
content::BrowserContext* browser_context,
net::URLRequestContextGetter* request_context_getter,
- shell::CastNetworkDelegate* network_delegate,
const OptInStatsChangedCallback& opt_in_stats_callback) {
return new CastServiceSimple(browser_context, opt_in_stats_callback);
}
« no previous file with comments | « chromecast/service/cast_service_android.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698