[PresentationAPI] presentation_id should be required in ReconnectPresentation |
||
Issue description
Current API in presentation.mojom:
ReconnectPresentation(array<url.mojom.Url> presentation_urls, string? presentation_id)
=> (PresentationInfo? presentation_info, PresentationError? error);
The presentation_id parameter should be "string" instead of "string?".
,
Aug 21 2017
|
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Jul 27 2017