| Index: content/browser/devtools/devtools_agent_host_impl.cc
|
| diff --git a/content/browser/devtools/devtools_agent_host_impl.cc b/content/browser/devtools/devtools_agent_host_impl.cc
|
| index 087004296d579fbaea6165192c6c1e3a4f356b91..dee0813d59b641a50751ab7c365dc215f2b43867 100644
|
| --- a/content/browser/devtools/devtools_agent_host_impl.cc
|
| +++ b/content/browser/devtools/devtools_agent_host_impl.cc
|
| @@ -60,6 +60,10 @@ void DevToolsAgentHostImpl::DisconnectRenderViewHost() {}
|
|
|
| void DevToolsAgentHostImpl::ConnectRenderViewHost(RenderViewHost* rvh) {}
|
|
|
| +bool DevToolsAgentHostImpl::IsWorker() const {
|
| + return false;
|
| +}
|
| +
|
| void DevToolsAgentHostImpl::NotifyCloseListener() {
|
| if (close_listener_) {
|
| scoped_refptr<DevToolsAgentHostImpl> protect(this);
|
|
|