Files
electron/shell
Samuel Attard c315ca30c4 fix: update GetPlugins to GetPluginsAsync for API rename
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
2025-11-21 12:49:13 -08:00
..