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 699638a0c3b053310c3c0373d297b39f02e26a84..676be9e6c183bdfd4b0b85df58c726fc2eca0779 100644 |
--- a/content/shell/common/layout_test/layout_test_messages.h |
+++ b/content/shell/common/layout_test/layout_test_messages.h |
@@ -55,3 +55,5 @@ IPC_MESSAGE_CONTROL1( |
// Sent by secondary test window to notify the test has finished. |
IPC_MESSAGE_CONTROL0(LayoutTestHostMsg_TestFinishedInSecondaryRenderer) |
+ |
+IPC_MESSAGE_CONTROL1(LayoutTestHostMsg_PrintMessage, std::string /* message */) |