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
|
@ -42,6 +42,7 @@ class InspectableWebContentsImpl :
|
|||
virtual content::WebContents* GetWebContents() const OVERRIDE;
|
||||
|
||||
virtual void ShowDevTools() OVERRIDE;
|
||||
virtual void CloseDevTools() OVERRIDE;
|
||||
virtual bool IsDevToolsViewShowing() OVERRIDE;
|
||||
|
||||
virtual void SetDelegate(InspectableWebContentsDelegate* delegate) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue