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; |