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

Unified Diff: chrome/browser/media/router/mojo/media_router_mojo_test.h

Issue 2949933002: [Media Router] Factor extension-related logic out of MediaRouterMojoImpl (Closed)
Patch Set: Remove includes Created 3 years, 5 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_test.h
diff --git a/chrome/browser/media/router/mojo/media_router_mojo_test.h b/chrome/browser/media/router/mojo/media_router_mojo_test.h
index cd221596ddcbe743914fb8ddc52c2cd420122e92..86f43ea05f5f2bfe45fb614491ec679af87e4e48 100644
--- a/chrome/browser/media/router/mojo/media_router_mojo_test.h
+++ b/chrome/browser/media/router/mojo/media_router_mojo_test.h
@@ -250,9 +250,10 @@ class MediaRouterMojoTest : public ::testing::Test {
MediaRouterMojoImpl* router() const { return mock_media_router_.get(); }
+ Profile* profile() { return &profile_; }
+
// Mock objects.
MockMediaRouteProvider mock_media_route_provider_;
- testing::NiceMock<MockEventPageTracker> mock_event_page_tracker_;
// Mojo proxy object for |mock_media_router_|
media_router::mojom::MediaRouterPtr media_router_proxy_;

Powered by Google App Engine
This is Rietveld 408576698