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
|
@ -99,14 +99,14 @@ class ElectronBrowserMainParts : public content::BrowserMainParts {
|
|||
int PreMainMessageLoopRun() override;
|
||||
void WillRunMainMessageLoop(
|
||||
std::unique_ptr<base::RunLoop>& run_loop) override;
|
||||
void PostMainMessageLoopStart() override;
|
||||
void PostCreateMainMessageLoop() override;
|
||||
void PostMainMessageLoopRun() override;
|
||||
void PreMainMessageLoopStart() override;
|
||||
void PreCreateMainMessageLoop() override;
|
||||
void PostCreateThreads() override;
|
||||
void PostDestroyThreads() override;
|
||||
|
||||
private:
|
||||
void PreMainMessageLoopStartCommon();
|
||||
void PreCreateMainMessageLoopCommon();
|
||||
|
||||
#if defined(OS_POSIX)
|
||||
// Set signal handlers.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue