feat: Add did-become-active event on mac (#23872)
Co-authored-by: Lukas Weber <luweber@microsoft.com>
This commit is contained in:
parent
f9fe8a67b9
commit
cf284991d8
7 changed files with 30 additions and 0 deletions
|
@ -240,6 +240,9 @@ class Browser : public WindowListObserver {
|
|||
#if defined(OS_MACOSX)
|
||||
// Tell the application to create a new window for a tab.
|
||||
void NewWindowForTab();
|
||||
|
||||
// Tell the application that application did become active
|
||||
void DidBecomeActive();
|
||||
#endif // defined(OS_MACOSX)
|
||||
|
||||
// Tell the application that application is activated with visible/invisible
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue