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

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: 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 f0862d5b40ac4d16b6bc2b3aa3d8b60f499455d2..300c8dfd8399855f1935b165fa8ade7770421a7d 100644
--- a/content/public/common/content_client.h
+++ b/content/public/common/content_client.h
@@ -111,6 +111,9 @@ class CONTENT_EXPORT ContentClient {
// Used as part of the user agent string.
virtual std::string GetProduct() const;
+ // Returns a string identifying the last change revision.
+ virtual std::string GetLastChange() const;
+
// Returns the user agent. Content may cache this value.
virtual std::string GetUserAgent() const;

Powered by Google App Engine
This is Rietveld 408576698