Use typemaps for ash <> browser struct conversions |
|
Issue descriptionAnecdotally, we seem to do a lot of ad hoc conversions in communications between ash and the browser process. The most recent example is ash::mojom::KioskAppInfo <> chromeos::KioskAppManager::App. We should identify where else we are doing this kind of ad hoc conversion, and replace them with appropriate typemaps instead. |
|
►
Sign in to add a comment |
|