| Index: chrome/browser/media/router/presentation_service_delegate_impl.h
|
| diff --git a/chrome/browser/media/router/presentation_service_delegate_impl.h b/chrome/browser/media/router/presentation_service_delegate_impl.h
|
| index 36b3203c0207b0535bb50efa2469a707086651e0..520a6f4aef2719a002440c28892f3812dc6b858a 100644
|
| --- a/chrome/browser/media/router/presentation_service_delegate_impl.h
|
| +++ b/chrome/browser/media/router/presentation_service_delegate_impl.h
|
| @@ -133,7 +133,7 @@ class PresentationServiceDelegateImpl
|
| const content::PresentationSessionInfo& connection,
|
| const content::PresentationConnectionStateChangedCallback&
|
| state_changed_cb) override;
|
| - void ConnectToOffscreenPresentation(
|
| + void ConnectToPresentation(
|
| int render_process_id,
|
| int render_frame_id,
|
| const content::PresentationSessionInfo& session,
|
| @@ -184,6 +184,8 @@ class PresentationServiceDelegateImpl
|
| DefaultPresentationRequestObserver);
|
| FRIEND_TEST_ALL_PREFIXES(PresentationServiceDelegateImplTest,
|
| DefaultPresentationUrlCallback);
|
| + FRIEND_TEST_ALL_PREFIXES(PresentationServiceDelegateImplTest,
|
| + ConnectToPresentation);
|
|
|
| explicit PresentationServiceDelegateImpl(content::WebContents* web_contents);
|
|
|
|
|