[OS X] Implement 'activate-with-open-windows' event for app.
This commit is contained in:
parent
4d28fbf561
commit
3ad5d17612
7 changed files with 22 additions and 0 deletions
|
@ -47,6 +47,10 @@ class BrowserObserver {
|
|||
// dock icon).
|
||||
virtual void OnActivateWithNoOpenWindows() {}
|
||||
|
||||
// The browser is activated with open windows (usually by clicking on the dock
|
||||
// icon).
|
||||
virtual void OnActivateWithOpenWindows() {}
|
||||
|
||||
// The browser has finished loading.
|
||||
virtual void OnWillFinishLaunching() {}
|
||||
virtual void OnFinishLaunching() {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue