Enable setting devtools to not able to dock
This commit is contained in:
parent
2bbfdea8bb
commit
74025ee985
3 changed files with 15 additions and 3 deletions
|
@ -22,6 +22,7 @@ class InspectableWebContents {
|
|||
virtual InspectableWebContentsView* GetView() const = 0;
|
||||
virtual content::WebContents* GetWebContents() const = 0;
|
||||
|
||||
virtual void SetCanDock(bool can_dock) = 0;
|
||||
virtual void ShowDevTools() = 0;
|
||||
// Close the DevTools completely instead of just hide it.
|
||||
virtual void CloseDevTools() = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue