| Index: content/common/presentation/presentation_service.mojom
|
| diff --git a/content/common/presentation/presentation_service.mojom b/content/common/presentation/presentation_service.mojom
|
| index 1059c45f7ee63f2f00c1f80dc1bbb04977b78658..99ab552c37f40c542d3588b9c14c0189abb8df32 100644
|
| --- a/content/common/presentation/presentation_service.mojom
|
| +++ b/content/common/presentation/presentation_service.mojom
|
| @@ -69,4 +69,7 @@ interface PresentationService {
|
| // silently and without user action.
|
| JoinSession(string presentation_url, string? presentation_id)
|
| => (PresentationSessionInfo? sessionInfo, PresentationError? error);
|
| +
|
| + // Called when closeSession() is called by the frame.
|
| + CloseSession(string presentation_url, string presentation_id);
|
| };
|
|
|