--
You received this message because you are subscribed to the Google Groups "chromium-mojo" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-moj...@chromium.org.
To post to this group, send email to chromi...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-mojo/CABdZ6yDPy680otoU3BLMw%2BAxn-eH%2BCgvhVx80saY9pZbvTAnKQ%40mail.gmail.com.
On May 17, 2016 5:44 AM, "Anthony Berent" <abe...@chromium.org> wrote:
>
> Sadly, because MojoContextState etc. are all currently within content/renderer, with no public interfaces, it looks as if I would have to duplicate much of this stuff, or refactor it, to use it . As such, since this is a one off, I am reverting to my original plan of using Mojo from C++ and then communicating with the error page using gin.
If the API surface you need in JS is small and unlikely to expand, this is probably the right choice.
If not, it would be comparatively little work to refactor the bits out of content; especially if the your custom bindings are exposing things which will eventually have mojom analogs anyway.
In any case, we can always revisit this later if necessary.