| 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 2209e1ad279a366060faaf4c1a07c2918df0cb3b..b87ceeb4fd0c7c7e4c3d3330bcf1ed4c2a70d336 100644
|
| --- a/chrome/browser/media/router/presentation_service_delegate_impl.h
|
| +++ b/chrome/browser/media/router/presentation_service_delegate_impl.h
|
| @@ -107,12 +107,12 @@ class PresentationServiceDelegateImpl
|
| const std::string& presentation_id,
|
| const content::PresentationSessionStartedCallback& success_cb,
|
| const content::PresentationSessionErrorCallback& error_cb) override;
|
| - void CloseSession(int render_process_id,
|
| - int render_frame_id,
|
| - const std::string& presentation_id) override;
|
| - void TerminateSession(int render_process_id,
|
| - int render_frame_id,
|
| - const std::string& presentation_id) override;
|
| + void CloseConnection(int render_process_id,
|
| + int render_frame_id,
|
| + const std::string& presentation_id) override;
|
| + void Terminate(int render_process_id,
|
| + int render_frame_id,
|
| + const std::string& presentation_id) override;
|
| void ListenForSessionMessages(
|
| int render_process_id,
|
| int render_frame_id,
|
|
|