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..d0fad668b492522b6f0444cde903cc932d0fec08 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() const OVERRIDE; |
+ |
protected: |
DevToolsAgentHostImpl(); |
virtual ~DevToolsAgentHostImpl(); |