End session event on browser window
This commit is contained in:
parent
e9880e9c97
commit
3c3e14b820
8 changed files with 38 additions and 0 deletions
|
@ -78,6 +78,7 @@ class NativeWindowObserver {
|
|||
|
||||
// Called when window message received
|
||||
#if defined(OS_WIN)
|
||||
virtual void OnWindowEndSession() {}
|
||||
virtual void OnWindowMessage(UINT message, WPARAM w_param, LPARAM l_param) {}
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue