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

Unified Diff: chrome/browser/media/router/media_router_dialog_controller_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/media_router_dialog_controller_unittest.cc
diff --git a/chrome/browser/media/router/media_router_dialog_controller_unittest.cc b/chrome/browser/media/router/media_router_dialog_controller_unittest.cc
index 1baa12e8f17762293e7a5e2f633e0df5035bccd1..802cf7905b0d6628a32c51bf64f50100d36e9d7c 100644
--- a/chrome/browser/media/router/media_router_dialog_controller_unittest.cc
+++ b/chrome/browser/media/router/media_router_dialog_controller_unittest.cc
@@ -61,8 +61,7 @@ class MediaRouterDialogControllerTest : public ChromeRenderViewHostTestHarness {
ChromeRenderViewHostTestHarness::TearDown();
}
- void RequestSuccess(const content::PresentationSessionInfo&,
- const MediaRoute&) {}
+ void RequestSuccess(const content::PresentationInfo&, const MediaRoute&) {}
void RequestError(const content::PresentationError& error) {}
std::unique_ptr<CreatePresentationConnectionRequest> GetRequest() {
« no previous file with comments | « chrome/browser/media/router/media_router_base_unittest.cc ('k') | chrome/browser/media/router/mojo/media_router.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698