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