method to reset agent_host

This commit is contained in:
deepak1556 2015-05-18 19:26:03 +05:30
parent d350e73dff
commit 145c18f4c8
3 changed files with 20 additions and 0 deletions

View file

@ -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;