| Index: content/common/swapped_out_messages.cc
|
| diff --git a/content/common/swapped_out_messages.cc b/content/common/swapped_out_messages.cc
|
| index de5da6490eac516d0bef5790cf6ab309ff839548..e9c64377f334a6c3754825c4b8c743e040be414a 100644
|
| --- a/content/common/swapped_out_messages.cc
|
| +++ b/content/common/swapped_out_messages.cc
|
| @@ -44,9 +44,6 @@ bool SwappedOutMessages::CanSendWhileSwappedOut(const IPC::Message* msg) {
|
| // Input events propagate from parent to child.
|
| case FrameHostMsg_ForwardInputEvent::ID:
|
| case FrameHostMsg_InitializeChildFrame::ID:
|
| - // The browser should always have an accurate mirror of the renderer's
|
| - // notion of the current page id.
|
| - case FrameHostMsg_DidAssignPageId::ID:
|
| // Used in layout tests; handled in BlinkTestController.
|
| case ShellViewHostMsg_PrintMessage::ID:
|
| return true;
|
|
|