Index: content/public/common/content_client.h |
diff --git a/content/public/common/content_client.h b/content/public/common/content_client.h |
index f984b47f409945116fe2a0f19ab0b6c4452b4c9f..ab1dccca98d428b642edd6f4ff6eb101277f9352 100644 |
--- a/content/public/common/content_client.h |
+++ b/content/public/common/content_client.h |
@@ -89,10 +89,6 @@ class CONTENT_EXPORT ContentClient { |
virtual void AddNPAPIPlugins( |
webkit::npapi::PluginList* plugin_list) = 0; |
- // Returns whether the given message should be allowed to be sent from a |
- // swapped out renderer. |
- virtual bool CanSendWhileSwappedOut(const IPC::Message* msg) = 0; |
- |
// Returns whether the given message should be processed in the browser on |
// behalf of a swapped out renderer. |
virtual bool CanHandleWhileSwappedOut(const IPC::Message& msg) = 0; |