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 e5fdb02c02f453a6f0f50fe187b36ea2f87f0f3b..fc95d3f7adde311916436e07e3305ee3814aa3e7 100644 |
--- a/content/browser/presentation/presentation_service_impl.h |
+++ b/content/browser/presentation/presentation_service_impl.h |
@@ -166,6 +166,9 @@ class CONTENT_EXPORT PresentationServiceImpl |
void CloseSession( |
const mojo::String& presentation_url, |
const mojo::String& presentation_id) override; |
+ void TerminateSession( |
+ const mojo::String& presentation_url, |
+ const mojo::String& presentation_id) override; |
void ListenForSessionMessages( |
presentation::PresentationSessionInfoPtr session) override; |