| 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 2d2a52c5dd309772f8dedb6951f286b3336c35aa..67825563aa3683383238e3c029df2a0be1fec091 100644
|
| --- a/content/browser/presentation/presentation_service_impl.cc
|
| +++ b/content/browser/presentation/presentation_service_impl.cc
|
| @@ -274,6 +274,13 @@ void PresentationServiceImpl::SetDefaultPresentationURL(
|
| DoSetDefaultPresentationUrl(new_default_url, default_presentation_id);
|
| }
|
|
|
| +void PresentationServiceImpl::PostMessage(
|
| + const mojo::String& presentation_url,
|
| + const mojo::String& presentation_id,
|
| + const mojo::String& message) {
|
| + NOTIMPLEMENTED();
|
| +}
|
| +
|
| void PresentationServiceImpl::CloseSession(
|
| const mojo::String& presentation_url,
|
| const mojo::String& presentation_id) {
|
|
|