| Index: content/common/swapped_out_messages.cc
|
| diff --git a/content/common/swapped_out_messages.cc b/content/common/swapped_out_messages.cc
|
| index 34ce47ba9a73da8d55b63ab3e8b761853eec8a47..776b8ee5c09b5af2f0eae23c78856f75da394404 100644
|
| --- a/content/common/swapped_out_messages.cc
|
| +++ b/content/common/swapped_out_messages.cc
|
| @@ -45,8 +45,6 @@ bool SwappedOutMessages::CanSendWhileSwappedOut(const IPC::Message* msg) {
|
| case FrameHostMsg_ForwardInputEvent::ID:
|
| // A swapped-out frame's opener might be updated with window.open.
|
| case FrameHostMsg_DidChangeOpener::ID:
|
| - // For handling pop-ups from cross-site frames.
|
| - case ViewHostMsg_CreateWidget::ID:
|
| return true;
|
| default:
|
| break;
|
|
|