| Index: chrome/browser/media/router/offscreen_presentation_manager.h
|
| diff --git a/chrome/browser/media/router/offscreen_presentation_manager.h b/chrome/browser/media/router/offscreen_presentation_manager.h
|
| index d3a3dabfa8d6f9028898bc54ab51c33376d21012..ccb97e257c68dd5312dd5b96b6d8f4d3cef44da8 100644
|
| --- a/chrome/browser/media/router/offscreen_presentation_manager.h
|
| +++ b/chrome/browser/media/router/offscreen_presentation_manager.h
|
| @@ -50,18 +50,21 @@ namespace media_router {
|
| // Invoked on receiver's PresentationServiceImpl when controller connection is
|
| // established.
|
| //
|
| -// |presentation_receiver_client_|: blink::mojom::PresentationServiceClienPtr
|
| -// for the presentation receiver.
|
| -// |controller_connection_ptr|: blink::mojom::PresentationConnectionPtr for
|
| -// blink::PresentationConnection object in controlling frame's render process.
|
| +// |presentation_receiver_client_|:
|
| +// content::mojom::PresentationServiceClientPtr for the presentation
|
| +// receiver.
|
| +// |controller_connection_ptr|: content::mojom::PresentationConnectionPtr for
|
| +// blink::PresentationConnection object in controlling frame's render
|
| +// process.
|
| // |receiver_connection_request|: Mojo InterfaceRequest to be bind to
|
| -// blink::PresentationConnection object in receiver frame's render process.
|
| +// blink::PresentationConnection object in receiver frame's render
|
| +// process.
|
| // void PresentationServiceImpl::OnReceiverConnectionAvailable(
|
| // const content::PresentationSessionInfo& session,
|
| // PresentationConnectionPtr controller_connection_ptr,
|
| // PresentationConnectionRequest receiver_connection_request) {
|
| // presentation_receiver_client_->OnReceiverConnectionAvailable(
|
| -// blink::mojom::PresentationSessionInfo::From(session_info),
|
| +// content::mojom::PresentationSessionInfo::From(session_info),
|
| // std::move(controller_connection_ptr),
|
| // std::move(receiver_connection_request));
|
| // }
|
| @@ -69,7 +72,7 @@ namespace media_router {
|
| // Send message from controlling/receiver frame to receiver/controlling frame:
|
| //
|
| // |target_connection_|: member variable of
|
| -// blink::mojom::PresentationConnectionPtr type,
|
| +// content::mojom::PresentationConnectionPtr type,
|
| // refering to remote PresentationConnectionProxy
|
| // object on receiver/controlling frame.
|
| // |message|: Text message to be sent.
|
|
|