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 f01c003bc5bc932b13a9d5beee30a8c5607a732b..cae327866d05978d07e222e74927864d09cc02fc 100644 |
| --- a/content/public/browser/devtools_agent_host.h |
| +++ b/content/public/browser/devtools_agent_host.h |
| @@ -69,6 +69,9 @@ class CONTENT_EXPORT DevToolsAgentHost |
| // Returns true if DevToolsAgentHost is for worker. |
| virtual bool IsWorker() const = 0; |
| + // Returns true if DevToolsAgentHost is for paused worker for debugging. |
| + virtual bool IsWorkerPaused() const = 0; |
|
pfeldman
2014/05/20 19:20:41
This is a very strange addition to the public cont
|
| + |
| protected: |
| friend class base::RefCounted<DevToolsAgentHost>; |
| virtual ~DevToolsAgentHost() {} |