| Index: content/shell/shell_content_client.h
|
| diff --git a/content/shell/shell_content_client.h b/content/shell/shell_content_client.h
|
| index 834bde89db893b81fc3d96f20cc8f1c2a003dc8b..4042562abd31b4ef42125015a379ff4660632cdd 100644
|
| --- a/content/shell/shell_content_client.h
|
| +++ b/content/shell/shell_content_client.h
|
| @@ -23,7 +23,6 @@ class ShellContentClient : public 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;
|
|
|
|
|