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

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

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.h
diff --git a/content/public/common/content_client.h b/content/public/common/content_client.h
index 5141bf8c153e7611ccfefb980fd843e9ee1da9b3..03e8dfb732b08f4196bbba0cd8c7d560096cc626 100644
--- a/content/public/common/content_client.h
+++ b/content/public/common/content_client.h
@@ -112,6 +112,9 @@ class CONTENT_EXPORT ContentClient {
// Used as part of the user agent string.
virtual std::string GetProduct() const;
+ // Returns a string identifying the last v8 change revision.
+ virtual std::string GetV8Version() const;
+
// Returns the user agent. Content may cache this value.
virtual std::string GetUserAgent() const;

Powered by Google App Engine
This is Rietveld 408576698