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 2d6769e0f102397ace4313ab131c28f4e247d1b9..eb5487c42a719d0e68fd41bfcd5a31dcc44004bb 100644 |
--- a/content/browser/presentation/presentation_service_impl.cc |
+++ b/content/browser/presentation/presentation_service_impl.cc |
@@ -325,6 +325,11 @@ void PresentationServiceImpl::ListenForSessionStateChange( |
NOTIMPLEMENTED(); |
} |
+void PresentationServiceImpl::ListenForSessionTextMessage( |
+ const SessionTextMessageCallback& callback) { |
+ NOTIMPLEMENTED(); |
+} |
+ |
void PresentationServiceImpl::DidNavigateAnyFrame( |
content::RenderFrameHost* render_frame_host, |
const content::LoadCommittedDetails& details, |