| Index: content/public/common/content_client.h
|
| diff --git a/content/public/common/content_client.h b/content/public/common/content_client.h
|
| index 4c1d110db07249537bba572ac559ba59b2646607..2b540661f8a85a74bfa76842f795b0f122360d25 100644
|
| --- a/content/public/common/content_client.h
|
| +++ b/content/public/common/content_client.h
|
| @@ -129,6 +129,10 @@ class CONTENT_EXPORT ContentClient {
|
| // user agent string.
|
| virtual std::string GetProduct() const;
|
|
|
| + // Returns a string containing the SCM revision of the embedder. Used as
|
| + // a more precise version string in protocol versions.
|
| + virtual std::string GetProductSCMRevision() const;
|
| +
|
| // Returns the user agent.
|
| virtual std::string GetUserAgent() const;
|
|
|
|
|