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..98b11c19232f848360e5386ff711856203620ea4 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::ListenForDefaultPresentationStart( |
+ const DefaultPresentationMojoCallback& callback) { |
+ NOTIMPLEMENTED(); |
+} |
+ |
void PresentationServiceImpl::StartSession( |
const mojo::String& presentation_url, |
const mojo::String& presentation_id, |