Index: content/public/common/content_client.h |
diff --git a/content/public/common/content_client.h b/content/public/common/content_client.h |
index add53ddea7bf616d2e0a547d2d3102bf39bf0c00..ec52600a3497bb61bbd5c4fdbcaeaf1e7ccc7702 100644 |
--- a/content/public/common/content_client.h |
+++ b/content/public/common/content_client.h |
@@ -94,10 +94,6 @@ class CONTENT_EXPORT ContentClient { |
// Returns whether the given message should be sent in a swapped out renderer. |
virtual bool CanSendWhileSwappedOut(const IPC::Message* message); |
- // Returns whether the given message should be processed in the browser on |
- // behalf of a swapped out renderer. |
- virtual bool CanHandleWhileSwappedOut(const IPC::Message& message); |
- |
// Returns a string describing the embedder product name and version, |
// of the form "productname/version", with no other slashes. |
// Used as part of the user agent string. |