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

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

Issue 2471883002: [Presentation API] (1st) (1-UA) Add is_offscreen_presentation attribute to MediaRouter (Closed)
Patch Set: merge with master Created 4 years, 1 month 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.h
diff --git a/chrome/browser/media/router/presentation_service_delegate_impl.h b/chrome/browser/media/router/presentation_service_delegate_impl.h
index 8b89af126f8b754d20ad365bc41001c80622d411..6981b117a28316d19ef20311f4bdc9a3b9cdf648 100644
--- a/chrome/browser/media/router/presentation_service_delegate_impl.h
+++ b/chrome/browser/media/router/presentation_service_delegate_impl.h
@@ -183,7 +183,8 @@ class PresentationServiceDelegateImpl
void OnJoinRouteResponse(
int render_process_id,
int render_frame_id,
- const content::PresentationSessionInfo& session,
+ const GURL& presentation_url,
+ const std::string& presentation_id,
const content::PresentationSessionStartedCallback& success_cb,
const content::PresentationSessionErrorCallback& error_cb,
const RouteRequestResult& result);
@@ -193,7 +194,7 @@ class PresentationServiceDelegateImpl
int render_frame_id,
const content::PresentationSessionStartedCallback& success_cb,
const content::PresentationSessionInfo& new_session,
- const MediaRoute::Id& route_id);
+ const MediaRoute& route);
// References to the WebContents that owns this instance, and associated
// browser profile's MediaRouter instance.

Powered by Google App Engine
This is Rietveld 408576698