Index: content/common/swapped_out_messages.cc |
diff --git a/content/common/swapped_out_messages.cc b/content/common/swapped_out_messages.cc |
index be0fe8a8f96ea5e22c139b5cebd14cb1322bf756..a39de351e1b537fa5569062f9bd51a9dc823c1dd 100644 |
--- a/content/common/swapped_out_messages.cc |
+++ b/content/common/swapped_out_messages.cc |
@@ -27,7 +27,6 @@ bool SwappedOutMessages::CanSendWhileSwappedOut(const IPC::Message* msg) { |
case ViewHostMsg_RenderProcessGone::ID: |
case ViewHostMsg_ClosePage_ACK::ID: |
case ViewHostMsg_SwapCompositorFrame::ID: |
- case ViewHostMsg_UpdateIsDelayed::ID: |
case ViewHostMsg_DidActivateAcceleratedCompositing::ID: |
// Handled by WorkerMessageFilter (or by SharedWorkerMessageFilter when |
// embedded-shared-worker is enabled). |