| 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 9ff54f84c832051ac4721edda4b3477612008756..a7f9277425495cf896ebeef4e0b62b78a6cfe017 100644
|
| --- a/content/browser/presentation/presentation_service_impl.cc
|
| +++ b/content/browser/presentation/presentation_service_impl.cc
|
| @@ -472,7 +472,7 @@ void PresentationServiceImpl::SetPresentationConnection(
|
| if (!controller_delegate_)
|
| return;
|
|
|
| - controller_delegate_->ConnectToOffscreenPresentation(
|
| + controller_delegate_->ConnectToPresentation(
|
| render_process_id_, render_frame_id_, session_info,
|
| std::move(controller_connection_ptr),
|
| std::move(receiver_connection_request));
|
|
|