| Index: content/browser/devtools/worker_devtools_manager.h
|
| diff --git a/content/browser/devtools/worker_devtools_manager.h b/content/browser/devtools/worker_devtools_manager.h
|
| index 8a9a708422648f1c6bd3fa9458e97a0464d750a7..7ea8840c7dd0447af956d9d06ed387ed3b3f273f 100644
|
| --- a/content/browser/devtools/worker_devtools_manager.h
|
| +++ b/content/browser/devtools/worker_devtools_manager.h
|
| @@ -32,11 +32,6 @@ class WorkerDevToolsManager {
|
| int worker_process_id,
|
| int worker_route_id);
|
|
|
| - // Called on the UI thread.
|
| - static bool HasDevToolsAgentHostForWorker(
|
| - int worker_process_id,
|
| - int worker_route_id);
|
| -
|
| void ForwardToDevToolsClient(int worker_process_id,
|
| int worker_route_id,
|
| const std::string& message);
|
|
|