Index: content/common/swapped_out_messages.cc |
diff --git a/content/common/swapped_out_messages.cc b/content/common/swapped_out_messages.cc |
index 3cb20a571aaa89fe58e2888c07f02cb0c85fe517..a89564d8bd3293c570e02ce7d50d5c37c6e4ce55 100644 |
--- a/content/common/swapped_out_messages.cc |
+++ b/content/common/swapped_out_messages.cc |
@@ -31,7 +31,6 @@ bool SwappedOutMessages::CanSendWhileSwappedOut(const IPC::Message* msg) { |
case ViewHostMsg_DocumentDetached::ID: |
// Allow cross-process JavaScript calls. |
case ViewHostMsg_RouteCloseEvent::ID: |
- case ViewHostMsg_RouteMessageEvent::ID: |
// Handled by RenderFrameHost. |
case FrameHostMsg_BeforeUnload_ACK::ID: |
case FrameHostMsg_SwapOut_ACK::ID: |