| Index: content/public/browser/presentation_service_delegate.h
|
| diff --git a/content/public/browser/presentation_service_delegate.h b/content/public/browser/presentation_service_delegate.h
|
| index 55e2f4c155713c88dd1599c0e1cc6f89374d9f3b..5ac36c1a8dde3136ed6d54e1ebf4e2b7a2e93c09 100644
|
| --- a/content/public/browser/presentation_service_delegate.h
|
| +++ b/content/public/browser/presentation_service_delegate.h
|
| @@ -226,7 +226,7 @@ class CONTENT_EXPORT ControllerPresentationServiceDelegate
|
| // ownership passed from controlling frame to the offscreen presentation.
|
| // |receiver_connection_request|: Mojo InterfaceRequest to be bind to receiver
|
| // page's presentation connection.
|
| - virtual void ConnectToOffscreenPresentation(
|
| + virtual void ConnectToPresentation(
|
| int render_process_id,
|
| int render_frame_id,
|
| const PresentationSessionInfo& session,
|
|
|