pass the current dock state to devtools url when available
This commit is contained in:
parent
aafc48ae2c
commit
e858c0c6d2
3 changed files with 24 additions and 9 deletions
|
@ -34,7 +34,7 @@ class InspectableWebContents {
|
|||
virtual void SetDelegate(InspectableWebContentsDelegate* delegate) = 0;
|
||||
virtual InspectableWebContentsDelegate* GetDelegate() const = 0;
|
||||
|
||||
virtual void SetCanDock(bool can_dock) = 0;
|
||||
virtual void SetDockState(const std::string& state) = 0;
|
||||
virtual void ShowDevTools() = 0;
|
||||
virtual void CloseDevTools() = 0;
|
||||
virtual bool IsDevToolsViewShowing() = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue