| 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 8e39317f1484fdb33530bfe288686d248a922670..ca108da48679da64a0f2cb3ae1a8a09db8d70c63 100644
|
| --- a/content/browser/presentation/presentation_service_impl.cc
|
| +++ b/content/browser/presentation/presentation_service_impl.cc
|
| @@ -126,6 +126,12 @@ void PresentationServiceImpl::JoinSession(
|
| NOTIMPLEMENTED();
|
| }
|
|
|
| +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,
|
|
|