| Index: content/browser/presentation/presentation_service_impl.h
|
| diff --git a/content/browser/presentation/presentation_service_impl.h b/content/browser/presentation/presentation_service_impl.h
|
| index 38ba4129448ff6681bc591d18659f8689e47c27a..61b30ba1fa1127217bec133b315db134b25e0025 100644
|
| --- a/content/browser/presentation/presentation_service_impl.h
|
| +++ b/content/browser/presentation/presentation_service_impl.h
|
| @@ -161,6 +161,9 @@ class CONTENT_EXPORT PresentationServiceImpl
|
| const mojo::String& presentation_url,
|
| const mojo::String& presentation_id,
|
| const NewSessionMojoCallback& callback) override;
|
| + void CloseSession(
|
| + const mojo::String& presentation_url,
|
| + const mojo::String& presentation_id) override;
|
|
|
| // mojo::InterfaceImpl override.
|
| // Note that this is called when the RenderFrameHost is deleted.
|
|
|