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

Unified Diff: content/public/common/content_client.cc

Issue 2072383002: Trace revision and v8 version for IterationInfo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: dep Created 4 years, 6 months 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/common/content_client.cc
diff --git a/content/public/common/content_client.cc b/content/public/common/content_client.cc
index 43cede30c6af2cb588a700671b64f17a773bfa4e..553b04232c0849fc922532ece9da6a9d7a9adc80 100644
--- a/content/public/common/content_client.cc
+++ b/content/public/common/content_client.cc
@@ -78,6 +78,10 @@ std::string ContentClient::GetProduct() const {
return std::string();
}
+std::string ContentClient::GetV8Version() const {
+ return std::string();
+}
+
std::string ContentClient::GetUserAgent() const {
return std::string();
}
« content/browser/tracing/tracing_controller_impl.cc ('K') | « content/public/common/content_client.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698