Chromium Code Reviews| 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; |
|
kinuko
2014/05/13 03:48:56
nit: could probably be a const method?
horo
2014/05/13 03:55:37
Done.
|
| + |
| protected: |
| DevToolsAgentHostImpl(); |
| virtual ~DevToolsAgentHostImpl(); |