Add BrowserWindow.isDevToolsFocused
This commit is contained in:
parent
97857aa152
commit
b72a5884f2
4 changed files with 11 additions and 0 deletions
|
@ -148,6 +148,7 @@ class NativeWindow : public content::WebContentsObserver,
|
|||
virtual void FocusOnWebView();
|
||||
virtual void BlurWebView();
|
||||
virtual bool IsWebViewFocused();
|
||||
virtual bool IsDevToolsFocused();
|
||||
|
||||
// Captures the page with |rect|, |callback| would be called when capturing is
|
||||
// done.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue