Commit e2b69d6f authored by Takumi Fujimoto's avatar Takumi Fujimoto Committed by Commit Bot

[Media Router] Use correct Mojo object name in media_router_bindings

We recently renamed mediaRouterMojom to mediaRouter.mojom in media_router_bindings.js, so use of the former gives an error.

Bug: 792125
Change-Id: I36c35c67cbd39a684bbe61de1b4c72b67df95bc9
Reviewed-on: https://chromium-review.googlesource.com/809465Reviewed-by: default avatarDerek Cheng <imcheng@chromium.org>
Commit-Queue: Takumi Fujimoto <takumif@chromium.org>
Cr-Commit-Position: refs/heads/master@{#521763}
parent f6b08610
......@@ -497,7 +497,7 @@ function sinkToMojo_(sink) {
'domain': sink.domain,
'sinkId': sink.id,
'iconType': sinkIconTypeToMojo(sink.iconType),
'provider_id': mediaRouterMojom.MediaRouteProvider.Id.EXTENSION,
'provider_id': mediaRouter.mojom.MediaRouteProvider.Id.EXTENSION,
});
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment