mirror of
https://github.com/electron/electron.git
synced 2026-02-26 03:01:17 -05:00
Upstream renamed PluginService methods: - GetPlugins() -> GetPluginsAsync() (async version takes callback) - GetPluginsSynchronous() -> GetPlugins() (sync version returns directly) Electron uses the async version, so updated the call from GetPlugins() to GetPluginsAsync(). Ref: https://chromium-review.googlesource.com/c/chromium/src/+/7139361