| 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..0d1d423c7c830c4ecd8af5ff444c43d425fdbfd3 100644
|
| --- a/content/public/common/content_client.h
|
| +++ b/content/public/common/content_client.h
|
| @@ -108,6 +108,9 @@ class CONTENT_EXPORT ContentClient {
|
| // behalf of a swapped out renderer.
|
| virtual bool CanHandleWhileSwappedOut(const IPC::Message& message);
|
|
|
| + // Returns a string describing the product.
|
| + virtual std::string GetProduct(bool mobile_device) const;
|
| +
|
| // Returns the user agent.
|
| virtual std::string GetUserAgent() const;
|
|
|
|
|