method to reset agent_host
This commit is contained in:
parent
d350e73dff
commit
145c18f4c8
3 changed files with 20 additions and 0 deletions
|
@ -48,6 +48,9 @@ class InspectableWebContentsImpl :
|
|||
void ShowDevTools() override;
|
||||
void CloseDevTools() override;
|
||||
bool IsDevToolsViewShowing() override;
|
||||
void AttachTo(const scoped_refptr<content::DevToolsAgentHost>&) override;
|
||||
|
||||
void Detach();
|
||||
|
||||
// Return the last position and size of devtools window.
|
||||
gfx::Rect GetDevToolsBounds() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue