force attach devtools client when requested by inspectable webcontents

This commit is contained in:
deepak1556 2017-01-10 16:43:16 +05:30
parent 4110a9c66d
commit cddce77ea4
3 changed files with 8 additions and 6 deletions

View file

@ -54,7 +54,7 @@ class InspectableWebContentsImpl :
void ShowDevTools() override;
void CloseDevTools() override;
bool IsDevToolsViewShowing() override;
void AttachTo(const scoped_refptr<content::DevToolsAgentHost>&) override;
void AttachTo(scoped_refptr<content::DevToolsAgentHost>) override;
void Detach() override;
void CallClientFunction(const std::string& function_name,
const base::Value* arg1,