Removing #ifdef on endsession api
This commit is contained in:
parent
8a32826876
commit
8458acff26
1 changed files with 0 additions and 2 deletions
|
@ -191,11 +191,9 @@ void Window::OnWindowClosed() {
|
|||
FROM_HERE, GetDestroyClosure());
|
||||
}
|
||||
|
||||
#if defined(OS_WIN)
|
||||
void Window::OnWindowEndSession() {
|
||||
Emit("session-end");
|
||||
}
|
||||
#endif
|
||||
|
||||
void Window::OnWindowBlur() {
|
||||
Emit("blur");
|
||||
|
|
Loading…
Reference in a new issue