| Index: content/shell/shell_content_client.h
|
| diff --git a/content/shell/shell_content_client.h b/content/shell/shell_content_client.h
|
| index a4ef24443ecf787618d676465dd1efa49f6edef4..21ea340e208f521e746273bee6ec0ebd4e545545 100644
|
| --- a/content/shell/shell_content_client.h
|
| +++ b/content/shell/shell_content_client.h
|
| @@ -21,7 +21,6 @@ class ShellContentClient : public ContentClient {
|
| std::vector<content::PepperPluginInfo>* plugins) OVERRIDE;
|
| virtual void AddNPAPIPlugins(
|
| webkit::npapi::PluginList* plugin_list) OVERRIDE;
|
| - virtual bool CanSendWhileSwappedOut(const IPC::Message* msg) 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;
|
|
|