Index: content/common/swapped_out_messages.cc |
diff --git a/content/common/swapped_out_messages.cc b/content/common/swapped_out_messages.cc |
index 3189d19f7f7cc5aaedbbc20b856610c33aabc249..5fe070c2175d960695f14c4474050e1ebc6dca67 100644 |
--- a/content/common/swapped_out_messages.cc |
+++ b/content/common/swapped_out_messages.cc |
@@ -23,6 +23,8 @@ bool SwappedOutMessages::CanSendWhileSwappedOut(const IPC::Message* msg) { |
case ViewHostMsg_ShouldClose_ACK::ID: |
case ViewHostMsg_SwapOut_ACK::ID: |
case ViewHostMsg_ClosePage_ACK::ID: |
+ // Handled by RenderProcessHost. |
+ case ViewHostMsg_SendPostMessage::ID: |
return true; |
default: |
break; |