| 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 657abb4f1a72d8017817e7b1eb6a002e544b3bc4..a13c5a49cf33168ca3877f8600fbdccd7cb49cda 100644
|
| --- a/content/browser/devtools/devtools_http_handler.h
|
| +++ b/content/browser/devtools/devtools_http_handler.h
|
| @@ -56,7 +56,8 @@ class DevToolsHttpHandler {
|
| const base::FilePath& active_port_output_directory,
|
| const base::FilePath& debug_frontend_dir,
|
| const std::string& product_name,
|
| - const std::string& user_agent);
|
| + const std::string& user_agent,
|
| + const std::string& v8_version);
|
| ~DevToolsHttpHandler();
|
|
|
| private:
|
| @@ -114,6 +115,7 @@ class DevToolsHttpHandler {
|
| std::string frontend_url_;
|
| std::string product_name_;
|
| std::string user_agent_;
|
| + std::string v8_version_;
|
| ServerWrapper* server_wrapper_;
|
| std::unique_ptr<net::IPEndPoint> server_ip_address_;
|
| using ConnectionToClientMap =
|
|
|