chore: remove deprecated extension APIs (#26696)
This commit is contained in:
parent
7d49ce898a
commit
19954126e0
8 changed files with 43 additions and 156 deletions
|
@ -132,9 +132,6 @@ app._setDefaultAppPaths(packagePath);
|
|||
// Load the chrome devtools support.
|
||||
require('@electron/internal/browser/devtools');
|
||||
|
||||
// Load the chrome extension support.
|
||||
require('@electron/internal/browser/chrome-extension-shim');
|
||||
|
||||
if (BUILDFLAG(ENABLE_REMOTE_MODULE)) {
|
||||
require('@electron/internal/browser/remote/server');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue