| 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..592cf6be0f5d15755aeda307d30e79062cd7e35e 100644
|
| --- a/chrome/common/chrome_content_client.h
|
| +++ b/chrome/common/chrome_content_client.h
|
| @@ -25,7 +25,6 @@ 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 string16 GetLocalizedString(int message_id) const OVERRIDE;
|
| virtual base::StringPiece GetDataResource(int resource_id) const OVERRIDE;
|
|
|
|
|