| 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 7af914029cd35230df079b046eadfae4c6449d35..7df477f38143eb50375a814f14895c5fa3a0c2ad 100644
|
| --- a/third_party/WebKit/public/platform/modules/presentation/presentation.mojom
|
| +++ b/third_party/WebKit/public/platform/modules/presentation/presentation.mojom
|
| @@ -115,14 +115,6 @@ interface PresentationService {
|
|
|
| //////////////////////////////////////////////////////////////////////////////
|
|
|
| - // Called when send() is called by the frame. The true in the
|
| - // result callback notifies that the service is ready for next message.
|
| - // The false in the result callback notifies the renderer to stop sending
|
| - // the send requests and invalidate all pending requests. This occurs
|
| - // for eg., when frame is deleted or navigated away.
|
| - SendConnectionMessage(PresentationSessionInfo sessionInfo,
|
| - ConnectionMessage message_request) => (bool success);
|
| -
|
| // Called when close() is called by the frame.
|
| CloseConnection(url.mojom.Url presentation_url, string presentation_id);
|
|
|
|
|