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 4a1db13ea7a41d8e8d79981ecfe079f8b731a41a..824dbc21084886c3635b815165fefc06b89d192f 100644 |
--- a/content/browser/presentation/presentation_service_impl.cc |
+++ b/content/browser/presentation/presentation_service_impl.cc |
@@ -99,6 +99,11 @@ void PresentationServiceImpl::OnScreenAvailabilityListenerRemoved() { |
NOTIMPLEMENTED(); |
} |
+void PresentationServiceImpl::ListenForDefaultSessionStart( |
+ const DefaultSessionMojoCallback& callback) { |
+ NOTIMPLEMENTED(); |
+} |
+ |
void PresentationServiceImpl::StartSession( |
const mojo::String& presentation_url, |
const mojo::String& presentation_id, |