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