mirror of
https://github.com/electron/electron.git
synced 2026-02-26 03:01:17 -05:00
Upstream removed the async PluginService::GetPluginsAsync() API. - Old: GetPluginsAsync(callback) - async version with callback - New: GetPlugins() - synchronous version returns plugin list directly Ref: https://chromium-review.googlesource.com/c/chromium/src/+/7159368