| 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 d0fad668b492522b6f0444cde903cc932d0fec08..6c23c0061a0740bc3300e1d2c9a4dd81bedb68c4 100644
|
| --- a/content/browser/devtools/devtools_agent_host_impl.h
|
| +++ b/content/browser/devtools/devtools_agent_host_impl.h
|
| @@ -55,6 +55,8 @@ class CONTENT_EXPORT DevToolsAgentHostImpl : public DevToolsAgentHost {
|
|
|
| virtual bool IsWorker() const OVERRIDE;
|
|
|
| + virtual bool IsWorkerPaused() const OVERRIDE;
|
| +
|
| protected:
|
| DevToolsAgentHostImpl();
|
| virtual ~DevToolsAgentHostImpl();
|
|
|