| Index: content/common/presentation/presentation_service.mojom
|
| diff --git a/content/common/presentation/presentation_service.mojom b/content/common/presentation/presentation_service.mojom
|
| index 5f0f5e442c387f2396f015f767083bac1f7e653c..204d179cebd9cf1be8abce36f4530e536399011d 100644
|
| --- a/content/common/presentation/presentation_service.mojom
|
| +++ b/content/common/presentation/presentation_service.mojom
|
| @@ -87,9 +87,12 @@ interface PresentationService {
|
| SendSessionMessage(PresentationSessionInfo sessionInfo,
|
| SessionMessage message_request) => (bool success);
|
|
|
| - // Called when closeSession() is called by the frame.
|
| + // Called when close() is called by the frame.
|
| CloseSession(string presentation_url, string presentation_id);
|
|
|
| + // Called when terminate() is called by the frame.
|
| + TerminateSession(string presentation_url, string presentation_id);
|
| +
|
| // Starts listening for messages for session with |sessionInfo|.
|
| // Messages will be received in
|
| // PresentationServiceClient::OnSessionMessagesReceived.
|
|
|