Provide a way to close devtools completely.
This commit is contained in:
parent
5768ff6981
commit
d2ff5ad798
4 changed files with 13 additions and 3 deletions
|
@ -12,6 +12,7 @@ class InspectableWebContentsView {
|
|||
virtual gfx::NativeView GetNativeView() const = 0;
|
||||
|
||||
virtual void ShowDevTools() = 0;
|
||||
// Hide the DevTools view.
|
||||
virtual void CloseDevTools() = 0;
|
||||
virtual bool IsDevToolsViewShowing() = 0;
|
||||
virtual bool SetDockSide(const std::string& side) = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue