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

Unified Diff: chrome/browser/media/router/media_router_factory.cc

Issue 2837363002: [Media Router] Use DialMediaSinkService in MediaRouterMojoImpl (Closed)
Patch Set: resolve code review comments from Derek Created 3 years, 7 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 | « chrome/browser/media/router/media_router.h ('k') | chrome/browser/media/router/mock_media_router.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/media/router/media_router_factory.cc
diff --git a/chrome/browser/media/router/media_router_factory.cc b/chrome/browser/media/router/media_router_factory.cc
index 5f2420d3ecec3cb24ed7157cf730507080b00e08..3d87eee52352697a1ae7abe90e24f3836769d311 100644
--- a/chrome/browser/media/router/media_router_factory.cc
+++ b/chrome/browser/media/router/media_router_factory.cc
@@ -78,8 +78,8 @@ KeyedService* MediaRouterFactory::BuildServiceInstanceFor(
#if defined(OS_ANDROID)
media_router = new MediaRouterAndroid(context);
#else
- media_router =
- new MediaRouterMojoImpl(extensions::ProcessManager::Get(context));
+ media_router = new MediaRouterMojoImpl(
+ extensions::ProcessManager::Get(context), context);
#endif
media_router->Initialize();
return media_router;
« no previous file with comments | « chrome/browser/media/router/media_router.h ('k') | chrome/browser/media/router/mock_media_router.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698