| Index: content/public/common/content_client.h
|
| diff --git a/content/public/common/content_client.h b/content/public/common/content_client.h
|
| index dd274122313f4cdc306b2c02f374f901f57f1a11..e43fc6e53a4130f4e4b24c511930484168ad1142 100644
|
| --- a/content/public/common/content_client.h
|
| +++ b/content/public/common/content_client.h
|
| @@ -102,10 +102,8 @@ class CONTENT_EXPORT ContentClient {
|
| // behalf of a swapped out renderer.
|
| virtual bool CanHandleWhileSwappedOut(const IPC::Message& msg) = 0;
|
|
|
| - // Returns the user agent and a flag indicating whether the returned
|
| - // string should always be used (if false, callers may override the
|
| - // value as needed to work around various user agent sniffing bugs).
|
| - virtual std::string GetUserAgent(bool *overriding) const = 0;
|
| + // Returns the user agent.
|
| + virtual std::string GetUserAgent() const = 0;
|
|
|
| // Returns a string resource given its id.
|
| virtual string16 GetLocalizedString(int message_id) const = 0;
|
|
|