| Index: content/renderer/presentation/presentation_dispatcher.h
|
| diff --git a/content/renderer/presentation/presentation_dispatcher.h b/content/renderer/presentation/presentation_dispatcher.h
|
| index c084d9a2e2c41582774acffa4d1e707d064977bf..26de79caa19f54c3d8ea2c1f5c8c3c51f4c8b57a 100644
|
| --- a/content/renderer/presentation/presentation_dispatcher.h
|
| +++ b/content/renderer/presentation/presentation_dispatcher.h
|
| @@ -77,6 +77,7 @@ class CONTENT_EXPORT PresentationDispatcher
|
| void OnSessionStateChanged(
|
| presentation::PresentationSessionInfoPtr session_info,
|
| presentation::PresentationSessionState new_state) override;
|
| + void OnScreenAvailabilityNotSupported() override;
|
|
|
| void OnSessionCreated(
|
| blink::WebPresentationSessionClientCallbacks* callback,
|
|
|