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

Unified Diff: chrome/common/chrome_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: 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: chrome/common/chrome_content_client.cc
diff --git a/chrome/common/chrome_content_client.cc b/chrome/common/chrome_content_client.cc
index f4414936e8e0e89a3495aec4073693e75ea35484..c40d1bdf223f7abffecd817cfe48e63d640cd6fc 100644
--- a/chrome/common/chrome_content_client.cc
+++ b/chrome/common/chrome_content_client.cc
@@ -611,6 +611,10 @@ std::string ChromeContentClient::GetProduct() const {
return ::GetProduct();
}
+std::string ChromeContentClient::GetLastChange() const {
+ return version_info::GetLastChange();
+}
+
std::string ChromeContentClient::GetUserAgent() const {
return ::GetUserAgent();
}

Powered by Google App Engine
This is Rietveld 408576698