Chromium Code Reviews| Index: content/common/presentation/presentation_service.mojom |
| diff --git a/content/common/presentation/presentation_service.mojom b/content/common/presentation/presentation_service.mojom |
| index e672ad14ad6b5e821b27d9aec5e18b066538ced8..fad05397f9cbeb6f57e0e99e3e2037019cae32ce 100644 |
| --- a/content/common/presentation/presentation_service.mojom |
| +++ b/content/common/presentation/presentation_service.mojom |
| @@ -71,4 +71,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); |
|
whywhat
2015/03/19 01:05:27
I don't think the id is optional here. It will be
haibinlu
2015/03/19 01:15:37
Right, it should not be optional. Updated.
|
| +}; |