| Index: content/browser/presentation/presentation_service_impl.h
|
| diff --git a/content/browser/presentation/presentation_service_impl.h b/content/browser/presentation/presentation_service_impl.h
|
| index 0a3fe6fbab3f5787ee3aa291ae20a9dc337d3e25..cbea133b094d7ea914a4429c3dfb8bfdaa9419be 100644
|
| --- a/content/browser/presentation/presentation_service_impl.h
|
| +++ b/content/browser/presentation/presentation_service_impl.h
|
| @@ -118,6 +118,7 @@ class CONTENT_EXPORT PresentationServiceImpl
|
| // PresentationScreenAvailabilityListener implementation.
|
| std::string GetAvailabilityUrl() const override;
|
| void OnScreenAvailabilityChanged(bool available) override;
|
| + void OnScreenAvailabilityNotSupported() override;
|
|
|
| private:
|
| const std::string availability_url_;
|
|
|