Add IsDevToolsViewFocused method
This commit is contained in:
parent
9d7fbdfd8e
commit
c30f458d4f
7 changed files with 54 additions and 0 deletions
|
@ -44,6 +44,7 @@ class InspectableWebContentsView {
|
|||
// Hide the DevTools view.
|
||||
virtual void CloseDevTools() = 0;
|
||||
virtual bool IsDevToolsViewShowing() = 0;
|
||||
virtual bool IsDevToolsViewFocused() = 0;
|
||||
virtual void SetIsDocked(bool docked) = 0;
|
||||
virtual void SetContentsResizingStrategy(
|
||||
const DevToolsContentsResizingStrategy& strategy) = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue