| 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 3b0881c1ab7db2fa6d73009d1dc1838384850187..b98363ebf24c54aa45ebf225a7d8649b3e167053 100644
|
| --- a/content/public/browser/devtools_agent_host.h
|
| +++ b/content/public/browser/devtools_agent_host.h
|
| @@ -37,11 +37,6 @@ class CONTENT_EXPORT DevToolsAgentHost
|
| static scoped_refptr<DevToolsAgentHost> GetForWorker(int worker_process_id,
|
| int worker_route_id);
|
|
|
| - // Returns true iff an instance of DevToolsAgentHost exists for the shared
|
| - // worker with given process host id and routing id.
|
| - static bool HasForWorker(int worker_process_id,
|
| - int worker_route_id);
|
| -
|
| static bool IsDebuggerAttached(WebContents* web_contents);
|
|
|
| // Returns a list of all existing RenderViewHost's that can be debugged.
|
|
|