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

Unified Diff: content/browser/presentation/presentation_service_impl.cc

Issue 2471573005: [Presentation API] (5th) (1-UA) integrate controller and receiver side for 1-UA messaging (Closed)
Patch Set: call OPM.unregisterOPMController() in PresentationFrame::Reset() 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: content/browser/presentation/presentation_service_impl.cc
diff --git a/content/browser/presentation/presentation_service_impl.cc b/content/browser/presentation/presentation_service_impl.cc
index c04a4d01167d50eab71fa82d2a02458e19cef6f9..8c3bdab4e699585fcb73132dc6746bfb77ef09c2 100644
--- a/content/browser/presentation/presentation_service_impl.cc
+++ b/content/browser/presentation/presentation_service_impl.cc
@@ -523,9 +523,9 @@ void PresentationServiceImpl::OnReceiverConnectionAvailable(
PresentationConnectionPtr&& controller) {
DVLOG(2) << "PresentationServiceImpl::OnReceiverConnectionAvailable";
- // client_->OnReceiverConnectionAvailable(
- // blink::mojom::PresentationSessionInfo::From(session_info),
- // std::move(controller));
+ client_->OnReceiverConnectionAvailable(
+ blink::mojom::PresentationSessionInfo::From(session_info),
+ std::move(controller));
}
void PresentationServiceImpl::DidNavigateAnyFrame(

Powered by Google App Engine
This is Rietveld 408576698