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

Unified Diff: chrome/browser/media/router/mojo/media_router_mojo_impl_unittest.cc

Issue 2294973002: Create MediaRouterActionController and MediaRouterUIService (Closed)
Patch Set: Address Derek and Mark's comments Created 4 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: chrome/browser/media/router/mojo/media_router_mojo_impl_unittest.cc
diff --git a/chrome/browser/media/router/mojo/media_router_mojo_impl_unittest.cc b/chrome/browser/media/router/mojo/media_router_mojo_impl_unittest.cc
index b977544fd4f70e171093c2fc9e40ff0c55a5974f..9e4d2c3da059085707b438f52711fd7b677a92a5 100644
--- a/chrome/browser/media/router/mojo/media_router_mojo_impl_unittest.cc
+++ b/chrome/browser/media/router/mojo/media_router_mojo_impl_unittest.cc
@@ -1212,7 +1212,8 @@ class MediaRouterMojoExtensionTest : public ::testing::Test {
DCHECK(process_manager_);
// Create MR and its proxy, so that it can be accessed through Mojo.
- media_router_.reset(new MediaRouterMojoImpl(process_manager_));
+ media_router_.reset(
+ new MediaRouterMojoImpl(profile_.get(), process_manager_));
ProcessEventLoop();
}

Powered by Google App Engine
This is Rietveld 408576698