| 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 49feaf1d163989d917614b764b88ecfe8302e239..f4976e8188614eec0e2a53ae100d5174d00ef3bb 100644
|
| --- a/content/public/browser/devtools_agent_host.h
|
| +++ b/content/public/browser/devtools_agent_host.h
|
| @@ -121,6 +121,9 @@ class CONTENT_EXPORT DevToolsAgentHost
|
| // Closes agent host. Returns false if the operation failed.
|
| virtual bool Close() = 0;
|
|
|
| + virtual void OpenWorkerInspector(BrowserContext* context,
|
| + const std::string& id) = 0;
|
| +
|
| // Terminates all debugging sessions and detaches all clients.
|
| static void DetachAllClients();
|
|
|
|
|