| 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 0ff8eb1068003e4a3ca60145848e23412cdd4f39..19f99d8a07321179c42079c8a3278cb1c97afe52 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.
|
| void onReceiverConnectionAvailable(WebPresentationConnectionClient*) override;
|
| + void didChangeSessionState(WebPresentationConnectionState) override;
|
| + void closeWindow() override;
|
| +
|
| void registerConnection(PresentationConnection*);
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|