| Index: content/common/swapped_out_messages.cc
|
| diff --git a/content/common/swapped_out_messages.cc b/content/common/swapped_out_messages.cc
|
| index a480310a7f82158fa81077fc849f5083fcdfda4b..41443f5cb301de81cb3b5b96b723f407abd61373 100644
|
| --- a/content/common/swapped_out_messages.cc
|
| +++ b/content/common/swapped_out_messages.cc
|
| @@ -50,6 +50,7 @@ bool SwappedOutMessages::CanSendWhileSwappedOut(const IPC::Message* msg) {
|
| case FrameHostMsg_DidChangeOpener::ID:
|
| // Used in layout tests; handled in BlinkTestController.
|
| case ShellViewHostMsg_PrintMessage::ID:
|
| + case ShellViewHostMsg_LayoutDumpFlagsChanged::ID:
|
| return true;
|
| default:
|
| break;
|
|
|