| Index: content/public/common/content_client.h
|
| diff --git a/content/public/common/content_client.h b/content/public/common/content_client.h
|
| index 12d52b9f30f16f48289d8c429163265f4fcb7400..c1902f132e78b234e377482077df51289c000cc7 100644
|
| --- a/content/public/common/content_client.h
|
| +++ b/content/public/common/content_client.h
|
| @@ -108,6 +108,10 @@ class CONTENT_EXPORT ContentClient {
|
| // behalf of a swapped out renderer.
|
| virtual bool CanHandleWhileSwappedOut(const IPC::Message& message);
|
|
|
| + // Returns a string describing the embedder version. Used as part of the
|
| + // user agent string.
|
| + virtual std::string GetProduct() const;
|
| +
|
| // Returns the user agent.
|
| virtual std::string GetUserAgent() const;
|
|
|
|
|