| 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 72050c95cfb80550516589127f4f1a7e6bb6be2d..fe5f4b3ad5416f73bc648b28ec3066bf48340a95 100644
 | 
| --- a/chrome/browser/media/router/presentation_service_delegate_impl.h
 | 
| +++ b/chrome/browser/media/router/presentation_service_delegate_impl.h
 | 
| @@ -131,7 +131,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,
 | 
| @@ -180,6 +180,8 @@ class PresentationServiceDelegateImpl
 | 
|                             DefaultPresentationRequestObserver);
 | 
|    FRIEND_TEST_ALL_PREFIXES(PresentationServiceDelegateImplTest,
 | 
|                             DefaultPresentationUrlCallback);
 | 
| +  FRIEND_TEST_ALL_PREFIXES(PresentationServiceDelegateImplTest,
 | 
| +                           ConnectToPresentation);
 | 
|  
 | 
|    explicit PresentationServiceDelegateImpl(content::WebContents* web_contents);
 | 
|  
 | 
| 
 |