| Index: content/common/swapped_out_messages.cc
|
| diff --git a/content/common/swapped_out_messages.cc b/content/common/swapped_out_messages.cc
|
| index 0d542d844f3f86f6cf24f27b3a1a7ae05f373d94..af1ac1d3b8bd1d5d05ee9bac83b6ca1d645a9334 100644
|
| --- a/content/common/swapped_out_messages.cc
|
| +++ b/content/common/swapped_out_messages.cc
|
| @@ -30,8 +30,6 @@ bool SwappedOutMessages::CanSendWhileSwappedOut(const IPC::Message* msg) {
|
| case ViewHostMsg_ShowFullscreenWidget::ID:
|
| case ViewHostMsg_ShowWidget::ID:
|
| case ViewHostMsg_SwapCompositorFrame::ID:
|
| - // Handled by SharedWorkerMessageFilter.
|
| - case ViewHostMsg_DocumentDetached::ID:
|
| // Allow cross-process JavaScript calls.
|
| case ViewHostMsg_RouteCloseEvent::ID:
|
| // Send page scale factor reset notification upon cross-process navigations.
|
|
|