| Index: content/test/test_content_client.h
|
| diff --git a/content/test/test_content_client.h b/content/test/test_content_client.h
|
| index 44399a77db61629ff70d5b8b6d99d04eb7e400e9..0ff830f727930abf5f5e61e67f58df38d7a66164 100644
|
| --- a/content/test/test_content_client.h
|
| +++ b/content/test/test_content_client.h
|
| @@ -22,7 +22,6 @@ class TestContentClient : public content::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;
|
|
|