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

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

Issue 2737413003: [Presentation API] Remove references to presentation sessions. (Closed)
Patch Set: Update PresentationServiceDelegateImpl unittest Created 3 years, 9 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 4c6139a8ff3dc95bb1f7d059b3ef68689be2aece..b4718cc340ec9d56203d597be812c7810e53213c 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
@@ -1098,8 +1098,7 @@ TEST_F(MediaRouterMojoImplTest, PresentationConnectionStateChangedCallback) {
MediaRoute::Id route_id("route-id");
const GURL presentation_url("http://www.example.com/presentation.html");
const std::string kPresentationId("pid");
- content::PresentationSessionInfo connection(presentation_url,
- kPresentationId);
+ content::PresentationInfo connection(presentation_url, kPresentationId);
base::MockCallback<content::PresentationConnectionStateChangedCallback>
callback;
std::unique_ptr<PresentationConnectionStateSubscription> subscription =
« no previous file with comments | « chrome/browser/media/router/mojo/media_router.typemap ('k') | chrome/browser/media/router/offscreen_presentation_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698