Index: content/shell/common/layout_test/layout_test_messages.h |
diff --git a/content/shell/common/layout_test/layout_test_messages.h b/content/shell/common/layout_test/layout_test_messages.h |
index b9712e57c6b42742397b5843ae7d4bdfc36ead48..2946722b8876376f2e433a8438801c1d5c64fea6 100644 |
--- a/content/shell/common/layout_test/layout_test_messages.h |
+++ b/content/shell/common/layout_test/layout_test_messages.h |
@@ -52,3 +52,6 @@ IPC_MESSAGE_CONTROL1( |
IPC_MESSAGE_CONTROL1( |
LayoutTestMsg_ReplicateLayoutTestRuntimeFlagsChanges, |
base::DictionaryValue /* changed_layout_test_runtime_flags */) |
+ |
+// Sent by secondary test window to notify the test has finished. |
+IPC_MESSAGE_CONTROL0(LayoutTestHostMsg_TestFinishedInSecondaryRenderer) |