chore: bump chromium to 98ebf6c3f0b7bd96bdb1a4b42208f (master) (#22999)
Co-authored-by: deepak1556 <hop2deep@gmail.com> Co-authored-by: Electron Bot <anonymous@electronjs.org> Co-authored-by: Jeremy Apthorp <nornagon@nornagon.net>
This commit is contained in:
parent
b8c1709a88
commit
3e8d77d564
106 changed files with 645 additions and 673 deletions
|
@ -55,6 +55,11 @@ class BrowserObserver : public base::CheckedObserver {
|
|||
// The app message loop is ready
|
||||
virtual void OnPreMainMessageLoopRun() {}
|
||||
|
||||
// Called just before app threads are created, this is where first access
|
||||
// to in-process GpuDataManager should be made.
|
||||
// Refer https://chromium-review.googlesource.com/c/chromium/src/+/2134864
|
||||
virtual void OnPreCreateThreads() {}
|
||||
|
||||
#if defined(OS_MACOSX)
|
||||
// The browser wants to report that an user activity will resume. (macOS only)
|
||||
virtual void OnWillContinueUserActivity(bool* prevent_default,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue