| 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 4e40db07f112e7ba3424457d008c8a0f3fe5f3d4..8e9fe155238bd4c084709681641be5f5111d449e 100644
|
| --- a/content/browser/devtools/devtools_http_handler_impl.h
|
| +++ b/content/browser/devtools/devtools_http_handler_impl.h
|
| @@ -113,7 +113,7 @@ class DevToolsHttpHandlerImpl
|
| // The thread used by the devtools handler to run server socket.
|
| scoped_ptr<base::Thread> thread_;
|
|
|
| - std::string overridden_frontend_url_;
|
| + std::string frontend_url_;
|
| scoped_ptr<const net::StreamListenSocketFactory> socket_factory_;
|
| scoped_refptr<net::HttpServer> server_;
|
| typedef std::map<int, DevToolsClientHost*> ConnectionToClientHostMap;
|
|
|