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

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

Issue 2355723004: [Presentation API] 1-UA: send message between controller and receiver page (Closed)
Patch Set: Merge with changes in Issue 2343013002 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/presentation_service_delegate_impl.cc
diff --git a/chrome/browser/media/router/presentation_service_delegate_impl.cc b/chrome/browser/media/router/presentation_service_delegate_impl.cc
index 4987b05fca4651b7db68884c34f562b856c8d071..e1f4cc8de3f4213b47049e8ba7ded81d3698132b 100644
--- a/chrome/browser/media/router/presentation_service_delegate_impl.cc
+++ b/chrome/browser/media/router/presentation_service_delegate_impl.cc
@@ -212,8 +212,8 @@ void PresentationFrame::OnPresentationSessionStarted(
const MediaRoute::Id& route_id) {
presentation_id_to_route_id_[session.presentation_id] = route_id;
offscreen_presentation_manager_->RegisterOffscreenPresentationController(
- session.presentation_id, render_frame_host_id_.second,
- offscreen_presentation_client_);
+ session.presentation_id, session.presentation_url,
+ render_frame_host_id_.second, offscreen_presentation_client_);
}
const MediaRoute::Id PresentationFrame::GetRouteId(

Powered by Google App Engine
This is Rietveld 408576698