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

Unified Diff: android_webview/native/aw_devtools_server.cc

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
« no previous file with comments | « android_webview/native/DEPS ('k') | chrome/browser/android/devtools_server.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/native/aw_devtools_server.cc
diff --git a/android_webview/native/aw_devtools_server.cc b/android_webview/native/aw_devtools_server.cc
index 9ced44b6430ac132c6cdea1f0550b2a2fdc4c18a..9fc16542e02f52f85f671e6b4b76f4fbe2778c10 100644
--- a/android_webview/native/aw_devtools_server.cc
+++ b/android_webview/native/aw_devtools_server.cc
@@ -24,6 +24,7 @@
#include "jni/AwDevToolsServer_jni.h"
#include "net/base/net_errors.h"
#include "net/socket/unix_domain_server_socket_posix.h"
+#include "v8/include/v8.h"
using base::android::JavaParamRef;
using content::DevToolsAgentHost;
@@ -101,7 +102,7 @@ void AwDevToolsServer::Start() {
std::move(factory),
base::StringPrintf(kFrontEndURL, content::GetWebKitRevision().c_str()),
base::FilePath(), base::FilePath(),
- GetProduct(), GetUserAgent());
+ GetProduct(), GetUserAgent(), v8::V8::GetVersion());
}
void AwDevToolsServer::Stop() {
« no previous file with comments | « android_webview/native/DEPS ('k') | chrome/browser/android/devtools_server.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698