Fix inspectable_web_contents_impl.cc
This commit is contained in:
parent
a5026907e4
commit
95f0f25dc4
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ void InspectableWebContentsImpl::ShowDevTools() {
|
||||||
|
|
||||||
agent_host_ = content::DevToolsAgentHost::GetOrCreateFor(web_contents_.get());
|
agent_host_ = content::DevToolsAgentHost::GetOrCreateFor(web_contents_.get());
|
||||||
frontend_host_.reset(content::DevToolsFrontendHost::Create(
|
frontend_host_.reset(content::DevToolsFrontendHost::Create(
|
||||||
web_contents_->GetRenderViewHost(), this));
|
web_contents_->GetMainFrame(), this));
|
||||||
agent_host_->AttachClient(this);
|
agent_host_->AttachClient(this);
|
||||||
|
|
||||||
GURL devtools_url(base::StringPrintf(kChromeUIDevToolsURL, can_dock_ ? "true" : ""));
|
GURL devtools_url(base::StringPrintf(kChromeUIDevToolsURL, can_dock_ ? "true" : ""));
|
||||||
|
|
Loading…
Reference in a new issue