| Index: third_party/WebKit/public/platform/modules/presentation/presentation.mojom
|
| diff --git a/third_party/WebKit/public/platform/modules/presentation/presentation.mojom b/third_party/WebKit/public/platform/modules/presentation/presentation.mojom
|
| index 7df477f38143eb50375a814f14895c5fa3a0c2ad..fd1b9755d613414b4b16111ac0b70ddac59f1e0c 100644
|
| --- a/third_party/WebKit/public/platform/modules/presentation/presentation.mojom
|
| +++ b/third_party/WebKit/public/platform/modules/presentation/presentation.mojom
|
| @@ -63,6 +63,9 @@ interface PresentationConnection {
|
|
|
| // Called when target connection notifies connection state change.
|
| DidChangeState(PresentationConnectionState state);
|
| +
|
| + // Called when target connection calls close().
|
| + OnClose();
|
| };
|
|
|
| interface PresentationService {
|
|
|