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

Unified Diff: content/public/browser/devtools_agent_host.h

Issue 2472093003: [DevTools]: Expose V8 version in /json/version (Closed)
Patch Set: 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/public/browser/devtools_agent_host.h
diff --git a/content/public/browser/devtools_agent_host.h b/content/public/browser/devtools_agent_host.h
index 04c0ca5eea5746d76524bd84aea35df555683c4d..d138eb38561f42c227d5a602413d5168985022d4 100644
--- a/content/public/browser/devtools_agent_host.h
+++ b/content/public/browser/devtools_agent_host.h
@@ -120,7 +120,8 @@ class CONTENT_EXPORT DevToolsAgentHost
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& js_engine_version);
// Stops remote debugging.
static void StopRemoteDebuggingServer();

Powered by Google App Engine
This is Rietveld 408576698