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..6add99945bf729e94c96317f91560de5db31dae5 100644 |
--- a/content/browser/presentation/presentation_service_impl.cc |
+++ b/content/browser/presentation/presentation_service_impl.cc |
@@ -99,6 +99,15 @@ void PresentationServiceImpl::OnScreenAvailabilityListenerRemoved() { |
NOTIMPLEMENTED(); |
} |
+void PresentationServiceImpl::WaitForDefaultPresentation( |
+ const DefaultPresentationMojoCallback& callback) { |
+ NOTIMPLEMENTED(); |
+} |
+ |
+void PresentationServiceImpl::OnDefaultPresentationListenerRemoved() { |
+ NOTIMPLEMENTED(); |
+} |
+ |
void PresentationServiceImpl::StartSession( |
const mojo::String& presentation_url, |
const mojo::String& presentation_id, |