| 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 e22e9149eb2e86ce40775bb7405deac5c7bfea83..19372a179473915a2e2c95a9b68e0f1dbe60b03e 100644
|
| --- a/content/browser/presentation/presentation_service_impl.cc
|
| +++ b/content/browser/presentation/presentation_service_impl.cc
|
| @@ -333,6 +333,11 @@ bool PresentationServiceImpl::FrameMatches(
|
| render_frame_host->GetRoutingID() == render_frame_id_;
|
| }
|
|
|
| +void PresentationServiceImpl::ListenForSessionMessages(
|
| + const SessionMessagesCallback& callback) {
|
| + NOTIMPLEMENTED();
|
| +}
|
| +
|
| void PresentationServiceImpl::DidNavigateAnyFrame(
|
| content::RenderFrameHost* render_frame_host,
|
| const content::LoadCommittedDetails& details,
|
|
|