| Index: content/renderer/presentation/presentation_dispatcher.h
|
| diff --git a/content/renderer/presentation/presentation_dispatcher.h b/content/renderer/presentation/presentation_dispatcher.h
|
| index 2dbf07c3f1387b0d1b7f34bf4c3d39a4221eda57..66be74b97d6d95b1f0fb26733d4e8dc1abea59e3 100644
|
| --- a/content/renderer/presentation/presentation_dispatcher.h
|
| +++ b/content/renderer/presentation/presentation_dispatcher.h
|
| @@ -74,6 +74,7 @@ class CONTENT_EXPORT PresentationDispatcher
|
|
|
| // presentation::PresentationServiceClient
|
| void OnScreenAvailabilityUpdated(bool available) override;
|
| + void OnScreenAvailabilityNotSupported() override;
|
|
|
| void OnSessionCreated(
|
| blink::WebPresentationSessionClientCallbacks* callback,
|
|
|