| Index: chrome/common/chrome_content_client.h
|
| diff --git a/chrome/common/chrome_content_client.h b/chrome/common/chrome_content_client.h
|
| index 31819b9cd98b0e85396cff275dd44d5c8e4654ec..1d840d47932ddb69c3ffc1623a290a39e3812c07 100644
|
| --- a/chrome/common/chrome_content_client.h
|
| +++ b/chrome/common/chrome_content_client.h
|
| @@ -25,7 +25,7 @@ class ChromeContentClient : public content::ContentClient {
|
| webkit::npapi::PluginList* plugin_list) OVERRIDE;
|
| virtual bool HasWebUIScheme(const GURL& url) const OVERRIDE;
|
| virtual bool CanHandleWhileSwappedOut(const IPC::Message& msg) OVERRIDE;
|
| - virtual std::string GetUserAgent(bool* overriding) const OVERRIDE;
|
| + virtual std::string GetUserAgent() const OVERRIDE;
|
| virtual string16 GetLocalizedString(int message_id) const OVERRIDE;
|
| virtual base::StringPiece GetDataResource(int resource_id) const OVERRIDE;
|
|
|
|
|