Add IsDevToolsViewFocused method

This commit is contained in:
Cheng Zhao 2015-09-15 11:04:46 +08:00
parent 9d7fbdfd8e
commit c30f458d4f
7 changed files with 54 additions and 0 deletions

View file

@ -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;