Index: content/browser/devtools/devtools_http_handler_impl.h |
diff --git a/content/browser/devtools/devtools_http_handler_impl.h b/content/browser/devtools/devtools_http_handler_impl.h |
index 9d5ed8128615f75004a2e6308285d3a8345bbfaa..5750dede95596b6cb74d2e6c5f5d6e9abf2038b1 100644 |
--- a/content/browser/devtools/devtools_http_handler_impl.h |
+++ b/content/browser/devtools/devtools_http_handler_impl.h |
@@ -82,6 +82,8 @@ class DevToolsHttpHandlerImpl |
const std::string& host, |
const DevToolsManagerDelegate::TargetList& targets); |
+ void OnHttpServerInitialized(const net::IPEndPoint& ip_address); |
+ |
DevToolsTarget* GetTarget(const std::string& id); |
void Init(); |
@@ -119,6 +121,7 @@ class DevToolsHttpHandlerImpl |
std::string frontend_url_; |
const scoped_ptr<ServerSocketFactory> server_socket_factory_; |
scoped_ptr<net::HttpServer> server_; |
+ scoped_ptr<net::IPEndPoint> server_ip_address_; |
typedef std::map<int, DevToolsAgentHostClient*> ConnectionToClientMap; |
ConnectionToClientMap connection_to_client_ui_; |
const scoped_ptr<DevToolsHttpHandlerDelegate> delegate_; |