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

Unified Diff: chromecast/service/cast_service_simple.cc

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
Index: chromecast/service/cast_service_simple.cc
diff --git a/chromecast/service/cast_service_simple.cc b/chromecast/service/cast_service_simple.cc
index 935c54e41c3edab0f39a216014ff103dac9d1d0e..4692dfed7b302627a4f47a4b26cb999d7c20ad91 100644
--- a/chromecast/service/cast_service_simple.cc
+++ b/chromecast/service/cast_service_simple.cc
@@ -69,7 +69,9 @@ class FillLayout : public aura::LayoutManager {
} // namespace
// static
-CastService* CastService::Create(content::BrowserContext* browser_context) {
+CastService* CastService::Create(
+ content::BrowserContext* browser_context,
+ CastNetworkDelegate* network_delegate) {
return new CastServiceSimple(browser_context);
}

Powered by Google App Engine
This is Rietveld 408576698