Chromium Code Reviews| Index: content/public/browser/devtools_agent_host.h |
| diff --git a/content/public/browser/devtools_agent_host.h b/content/public/browser/devtools_agent_host.h |
| index 0055d2b4d85a3eebc5fa076f2168f92d2e8ed231..3d5ca625f928e452aab9b567d80ac06c40fc06f6 100644 |
| --- a/content/public/browser/devtools_agent_host.h |
| +++ b/content/public/browser/devtools_agent_host.h |
| @@ -66,6 +66,9 @@ class CONTENT_EXPORT DevToolsAgentHost |
| // Attaches render view host to this host. |
| virtual void ConnectRenderViewHost(RenderViewHost* rvh) = 0; |
| + // Returns true if DevToolsAgentHost is for worker. |
| + virtual bool IsWorker() = 0; |
|
jam
2014/05/12 15:01:23
who is calling this in chrome, other than a test?
horo
2014/05/12 16:21:48
ChromeDevToolsManagerDelegate::Inspect() calls thi
|
| + |
| protected: |
| friend class base::RefCounted<DevToolsAgentHost>; |
| virtual ~DevToolsAgentHost() {} |