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