| 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..067b952ce11646c928f020ba7452f2f9c9ab2ce7 100644
|
| --- a/content/common/swapped_out_messages.cc
|
| +++ b/content/common/swapped_out_messages.cc
|
| @@ -31,8 +31,6 @@ bool SwappedOutMessages::CanSendWhileSwappedOut(const IPC::Message* msg) {
|
| case ViewHostMsg_ShowView::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.
|
|
|