mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
With mixed sandbox enabled we need to load the chrome.* APIs in the sandbox init.js so that chrome extensions load correctly. This mirrors the equivilant impl in `atom_renderer_client.cc` Fixes #15561