| Index: content/browser/devtools/devtools_agent_host_impl.h
|
| diff --git a/content/browser/devtools/devtools_agent_host_impl.h b/content/browser/devtools/devtools_agent_host_impl.h
|
| index 9bd800dc3986453e344f4c43e8c9f2515700acb5..1f11de78ccc07eea3521eb3c4b8860c48bebf32e 100644
|
| --- a/content/browser/devtools/devtools_agent_host_impl.h
|
| +++ b/content/browser/devtools/devtools_agent_host_impl.h
|
| @@ -53,6 +53,8 @@ class CONTENT_EXPORT DevToolsAgentHostImpl : public DevToolsAgentHost {
|
|
|
| virtual void ConnectRenderViewHost(RenderViewHost* rvh) OVERRIDE;
|
|
|
| + virtual bool IsWorker() OVERRIDE;
|
| +
|
| protected:
|
| DevToolsAgentHostImpl();
|
| virtual ~DevToolsAgentHostImpl();
|
|
|