| Index: content/browser/devtools/devtools_http_handler.h
|
| diff --git a/content/browser/devtools/devtools_http_handler.h b/content/browser/devtools/devtools_http_handler.h
|
| index b6ae39f321529fc4d1d4f6ee569215a22560c971..0594d35d9870f3183272f3421bbd38efbc64a4e3 100644
|
| --- a/content/browser/devtools/devtools_http_handler.h
|
| +++ b/content/browser/devtools/devtools_http_handler.h
|
| @@ -74,6 +74,9 @@ class DevToolsHttpHandler {
|
|
|
| void OnJsonRequest(int connection_id,
|
| const net::HttpServerRequestInfo& info);
|
| + void RespondToJsonList(int connection_id,
|
| + const std::string& host,
|
| + DevToolsAgentHost::List agent_hosts);
|
| void OnDiscoveryPageRequest(int connection_id);
|
| void OnFrontendResourceRequest(int connection_id, const std::string& path);
|
| void OnWebSocketRequest(int connection_id,
|
|
|