Chromium Code Reviews| Index: chrome/common/chrome_content_client.h |
| diff --git a/chrome/common/chrome_content_client.h b/chrome/common/chrome_content_client.h |
| index d925c34a5af0cf5273ff6b1d56c8da04038ddeff..deb2d8e53f31b3f202afecef37515832923bac9e 100644 |
| --- a/chrome/common/chrome_content_client.h |
| +++ b/chrome/common/chrome_content_client.h |
| @@ -23,7 +23,6 @@ class ChromeContentClient : 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; |
|
Charlie Reis
2011/12/01 23:13:02
This will need to stick around if we don't change
supersat
2011/12/09 23:08:20
Yeah. Part of the swapped out changes leaked throu
|
| virtual bool CanHandleWhileSwappedOut(const IPC::Message& msg) OVERRIDE; |
| virtual std::string GetUserAgent(bool* overriding) const OVERRIDE; |
| virtual string16 GetLocalizedString(int message_id) const OVERRIDE; |