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

Unified Diff: chromecast/browser/devtools/remote_debugging_server.cc

Issue 2472093003: [DevTools]: Expose V8 version in /json/version (Closed)
Patch Set: Updated cast shell. 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: chromecast/browser/devtools/remote_debugging_server.cc
diff --git a/chromecast/browser/devtools/remote_debugging_server.cc b/chromecast/browser/devtools/remote_debugging_server.cc
index bf2681dce06107a7f978b33cc3b84fdd13208172..e225f65149c7680bcd3fa213b9acc4eecfa8c27d 100644
--- a/chromecast/browser/devtools/remote_debugging_server.cc
+++ b/chromecast/browser/devtools/remote_debugging_server.cc
@@ -163,7 +163,8 @@ void RemoteDebuggingServer::OnEnabledChanged() {
base::FilePath(),
base::FilePath(),
std::string(),
- GetUserAgent());
+ GetUserAgent(),
+ std::string());
halliwell 2016/11/17 23:22:25 Why aren't you passing the actual v8 version here
eostroukhov 2016/11/18 00:02:23 Linter rules prevent me from including v8.h here,
LOG(INFO) << "Devtools started: port=" << port_;
} else if (!enabled && is_started_) {
LOG(INFO) << "Stop devtools: port=" << port_;
« no previous file with comments | « chrome/browser/devtools/remote_debugging_server.cc ('k') | content/browser/devtools/devtools_http_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698