| Index: third_party/WebKit/Source/modules/presentation/PresentationReceiver.h
|
| diff --git a/third_party/WebKit/Source/modules/presentation/PresentationReceiver.h b/third_party/WebKit/Source/modules/presentation/PresentationReceiver.h
|
| index 60d9c00be89de81955afb7441956238b66cb7cef..97391f16a7c9a1b7f3f9a310e9da1dcb615684ee 100644
|
| --- a/third_party/WebKit/Source/modules/presentation/PresentationReceiver.h
|
| +++ b/third_party/WebKit/Source/modules/presentation/PresentationReceiver.h
|
| @@ -45,6 +45,9 @@ class MODULES_EXPORT PresentationReceiver final
|
| // Implementation of WebPresentationController.
|
| WebPresentationConnection* onReceiverConnectionAvailable(
|
| const WebPresentationSessionInfo&) override;
|
| + void didChangeSessionState(WebPresentationConnectionState) override;
|
| + void closeWindow() override;
|
| +
|
| void registerConnection(PresentationConnection*);
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|