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 80e2aeacd74914cb97eee814b26873ef104ee8e4..89f89d4fd67d1561ded2e1969e8e80c5764f2f06 100644 |
--- a/content/browser/presentation/presentation_service_impl.cc |
+++ b/content/browser/presentation/presentation_service_impl.cc |
@@ -573,6 +573,11 @@ void PresentationServiceImpl::ScreenAvailabilityListenerImpl |
service_->client_->OnScreenAvailabilityUpdated(availability_url_, available); |
} |
+void PresentationServiceImpl::ScreenAvailabilityListenerImpl |
+::OnScreenAvailabilityNotSupported() { |
+ service_->client_->OnScreenAvailabilityNotSupported(availability_url_); |
+} |
+ |
PresentationServiceImpl::NewSessionMojoCallbackWrapper |
::NewSessionMojoCallbackWrapper(const NewSessionMojoCallback& callback) |
: callback_(callback) { |