| 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 5ac36c1a8dde3136ed6d54e1ebf4e2b7a2e93c09..55e2f4c155713c88dd1599c0e1cc6f89374d9f3b 100644
 | 
| --- a/content/public/browser/presentation_service_delegate.h
 | 
| +++ b/content/public/browser/presentation_service_delegate.h
 | 
| @@ -226,7 +226,7 @@
 | 
|    // 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 ConnectToPresentation(
 | 
| +  virtual void ConnectToOffscreenPresentation(
 | 
|        int render_process_id,
 | 
|        int render_frame_id,
 | 
|        const PresentationSessionInfo& session,
 | 
| 
 |