| Index: content/common/presentation/presentation_service.mojom
|
| diff --git a/content/common/presentation/presentation_service.mojom b/content/common/presentation/presentation_service.mojom
|
| index 36756e23a080698ec63f93627b099bba23d9750e..7ccd96894867e02f3764f8926d063156e7daf6d8 100644
|
| --- a/content/common/presentation/presentation_service.mojom
|
| +++ b/content/common/presentation/presentation_service.mojom
|
| @@ -74,6 +74,13 @@ interface PresentationService {
|
| JoinSession(string presentation_url, string? presentation_id)
|
| => (PresentationSessionInfo? sessionInfo, PresentationError? error);
|
|
|
| + // Called when send(String) is called by the frame. The result callback is
|
| + // to get notified that message has been received and ready for next one.
|
| + SendStringMessage(
|
| + string presentation_url,
|
| + string presentation_id,
|
| + string message) => ();
|
| +
|
| // Called when closeSession() is called by the frame.
|
| CloseSession(string presentation_url, string presentation_id);
|
|
|
|
|