mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
chore: bump chromium to 92.0.4499.0 (master) (#29046)
This commit is contained in:
@@ -155,7 +155,7 @@ class Browser : public WindowListObserver {
|
||||
|
||||
#if defined(OS_MAC)
|
||||
// Set the handler which decides whether to shutdown.
|
||||
void SetShutdownHandler(base::Callback<bool()> handler);
|
||||
void SetShutdownHandler(base::RepeatingCallback<bool()> handler);
|
||||
|
||||
// Hide the application.
|
||||
void Hide();
|
||||
|
||||
Reference in New Issue
Block a user