mojo: Collapse exe:chrome and exe:content_browser into a single name |
|||
Issue description
Under mash we have cases where code in //ash needs to connect to an interface implemented in //chrome/browser.
When running ash out-of-process ("mash") we connect to "exe:chrome".
However, when running ash in-process ("classic ash") we have to connect to "exe:content_browser", because it's really just the browser process connecting to itself.
It would be great if there was a single name we could use all the time.
Is that feasible? How would I do it?
,
Apr 19 2018
,
Oct 17
|
|||
►
Sign in to add a comment |
|||
Comment 1 by sky@chromium.org
, Sep 30 2016