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

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

Issue 2622993002: [Presentation API] Move presentation.mojom to content/common/presentation (Closed)
Patch Set: Fix presentation_service_delegate. DEPS failure Created 3 years, 11 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
« no previous file with comments | « no previous file | content/browser/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | content/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698