Enable using external WebContents as devtools
This commit is contained in:
parent
aab35073ee
commit
5e4914700e
6 changed files with 87 additions and 44 deletions
|
@ -37,6 +37,7 @@ class InspectableWebContents {
|
|||
virtual void SetDelegate(InspectableWebContentsDelegate* delegate) = 0;
|
||||
virtual InspectableWebContentsDelegate* GetDelegate() const = 0;
|
||||
|
||||
virtual void SetDevToolsWebContents(content::WebContents* devtools) = 0;
|
||||
virtual void SetDockState(const std::string& state) = 0;
|
||||
virtual void ShowDevTools() = 0;
|
||||
virtual void CloseDevTools() = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue