Right now, the interface definition contains this:
CreateRoute(string media_source,
string sink_id,
string original_presentation_id,
string origin,
int32 tab_id,
int64 timeout_millis,
bool off_the_record) =>
(MediaRoute? route,
string? error_text,
RouteRequestResultCode result_code);
Instead of passing this as a string, it should be passed a url.mojom.Origin (if possible) or a url.mojom.GURL (but then this probably isn't really an origin)
Comment 1 by mfo...@chromium.org
, Jul 25 2016Labels: -M-54 Hotlist-CodeHealth