Index: content/common/swapped_out_messages.cc |
diff --git a/content/common/swapped_out_messages.cc b/content/common/swapped_out_messages.cc |
index 3a47eda67ecc770ab401f55d444296535f94536c..0d542d844f3f86f6cf24f27b3a1a7ae05f373d94 100644 |
--- a/content/common/swapped_out_messages.cc |
+++ b/content/common/swapped_out_messages.cc |
@@ -28,7 +28,6 @@ bool SwappedOutMessages::CanSendWhileSwappedOut(const IPC::Message* msg) { |
// Handled by RenderViewHost. |
case ViewHostMsg_ClosePage_ACK::ID: |
case ViewHostMsg_ShowFullscreenWidget::ID: |
- case ViewHostMsg_ShowView::ID: |
case ViewHostMsg_ShowWidget::ID: |
case ViewHostMsg_SwapCompositorFrame::ID: |
// Handled by SharedWorkerMessageFilter. |