Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7)

Unified Diff: content/browser/devtools/devtools_http_handler.h

Issue 2472093003: [DevTools]: Expose V8 version in /json/version (Closed)
Patch Set: Android browser added Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 =
« no previous file with comments | « chromecast/browser/devtools/remote_debugging_server.cc ('k') | content/browser/devtools/devtools_http_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698