| Index: content/browser/presentation/presentation_service_impl.cc
|
| diff --git a/content/browser/presentation/presentation_service_impl.cc b/content/browser/presentation/presentation_service_impl.cc
|
| index e2b07132371e962bd60a77e06b82dac7c6a8866c..9efeb5f8d13664acc45d469c8e23a5020001ae7a 100644
|
| --- a/content/browser/presentation/presentation_service_impl.cc
|
| +++ b/content/browser/presentation/presentation_service_impl.cc
|
| @@ -256,6 +256,12 @@ void PresentationServiceImpl::SetDefaultPresentationURL(
|
| DoSetDefaultPresentationUrl(new_default_url, default_presentation_id);
|
| }
|
|
|
| +void PresentationServiceImpl::CloseSession(
|
| + const mojo::String& presentation_url,
|
| + const mojo::String& presentation_id) {
|
| + NOTIMPLEMENTED();
|
| +}
|
| +
|
| void PresentationServiceImpl::DidNavigateAnyFrame(
|
| content::RenderFrameHost* render_frame_host,
|
| const content::LoadCommittedDetails& details,
|
|
|