browserWindow: adding devtools-focused event

This commit is contained in:
Robo 2015-03-31 21:15:06 +05:30
parent ce3d9f44ff
commit 3aefa5f549
6 changed files with 17 additions and 0 deletions

View file

@ -50,6 +50,9 @@ class NativeWindowObserver {
virtual void OnWindowEnterFullScreen() {}
virtual void OnWindowLeaveFullScreen() {}
// Called when devtools window gets focused.
virtual void OnDevToolsFocus() {}
// Called when renderer is hung.
virtual void OnRendererUnresponsive() {}