Index: content/common/swapped_out_messages.cc |
diff --git a/content/common/swapped_out_messages.cc b/content/common/swapped_out_messages.cc |
index e835966d8b5fe2120af0434c4626859eb2ee9ead..be0fe8a8f96ea5e22c139b5cebd14cb1322bf756 100644 |
--- a/content/common/swapped_out_messages.cc |
+++ b/content/common/swapped_out_messages.cc |
@@ -93,9 +93,7 @@ bool SwappedOutMessages::CanHandleWhileSwappedOut( |
break; |
} |
- // Check with the embedder as well. |
- ContentClient* client = GetContentClient(); |
- return client->CanHandleWhileSwappedOut(msg); |
+ return false; |
} |
} // namespace content |