End session event on browser window
This commit is contained in:
parent
e9880e9c97
commit
3c3e14b820
8 changed files with 38 additions and 0 deletions
|
@ -191,6 +191,12 @@ void Window::OnWindowClosed() {
|
|||
FROM_HERE, GetDestroyClosure());
|
||||
}
|
||||
|
||||
#if defined(OS_WIN)
|
||||
void Window::OnWindowEndSession() {
|
||||
Emit("endsession");
|
||||
}
|
||||
#endif
|
||||
|
||||
void Window::OnWindowBlur() {
|
||||
Emit("blur");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue