| 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(
|
|
|