📝 update webview docs to include devtools-* events

This commit is contained in:
leethomas 2016-01-01 01:45:03 -08:00
parent 8857eb9cba
commit 54c8c3e3fc
2 changed files with 13 additions and 1 deletions

View file

@ -783,7 +783,7 @@ bool WebContents::IsDevToolsOpened() {
bool WebContents::IsDevToolsFocused() {
if (type_ == REMOTE)
return false;
return managed_web_contents()->GetView()->IsDevToolsViewFocused();
}