chore: bump chromium to 92.0.4511.0 (master) (#29173)
This commit is contained in:
parent
d79ebc6dc6
commit
039f3d5cd2
80 changed files with 426 additions and 322 deletions
|
@ -14,13 +14,13 @@
|
|||
|
||||
namespace electron {
|
||||
|
||||
void ElectronBrowserMainParts::PreMainMessageLoopStart() {
|
||||
void ElectronBrowserMainParts::PreCreateMainMessageLoop() {
|
||||
// Set our own application delegate.
|
||||
ElectronApplicationDelegate* delegate =
|
||||
[[ElectronApplicationDelegate alloc] init];
|
||||
[NSApp setDelegate:delegate];
|
||||
|
||||
PreMainMessageLoopStartCommon();
|
||||
PreCreateMainMessageLoopCommon();
|
||||
|
||||
// Prevent Cocoa from turning command-line arguments into
|
||||
// |-application:openFiles:|, since we already handle them directly.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue