| 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..2c5103baee6612d06f68b346ed43bc05eec5ee52 100644
|
| --- a/content/public/common/content_client.h
|
| +++ b/content/public/common/content_client.h
|
| @@ -111,6 +111,12 @@ 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 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;
|
|
|
|
|