| Index: chrome/common/chrome_content_client.h
|
| diff --git a/chrome/common/chrome_content_client.h b/chrome/common/chrome_content_client.h
|
| index deb2d8e53f31b3f202afecef37515832923bac9e..9565553b5306d8692f5054e12cac338b6a147508 100644
|
| --- a/chrome/common/chrome_content_client.h
|
| +++ b/chrome/common/chrome_content_client.h
|
| @@ -24,7 +24,7 @@ class ChromeContentClient : public content::ContentClient {
|
| virtual void AddNPAPIPlugins(
|
| webkit::npapi::PluginList* plugin_list) 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;
|
|
|
|
|