force attach devtools client when requested by inspectable webcontents
This commit is contained in:
parent
4110a9c66d
commit
cddce77ea4
3 changed files with 8 additions and 6 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue