Index: content/shell/common/shell_messages.h |
diff --git a/content/shell/common/shell_messages.h b/content/shell/common/shell_messages.h |
index cbf1a3d2758000cc37c4c2cb8b5980ef40454dbc..2784659be2e818e8d819ac081ccd691434dab294 100644 |
--- a/content/shell/common/shell_messages.h |
+++ b/content/shell/common/shell_messages.h |
@@ -46,10 +46,14 @@ IPC_MESSAGE_ROUTED0(ShellViewMsg_Reset) |
IPC_MESSAGE_CONTROL1(ShellViewMsg_SetWebKitSourceDir, |
base::FilePath /* webkit source dir */) |
-// Sets the initial configuration to use for layout tests. |
+// Sets the test config for a layout test that is being started. |
IPC_MESSAGE_ROUTED1(ShellViewMsg_SetTestConfiguration, |
content::ShellTestConfiguration) |
+// Replicates test config (for an already started test) to a new renderer. |
+IPC_MESSAGE_ROUTED1(ShellViewMsg_ReplicateTestConfiguration, |
+ content::ShellTestConfiguration) |
+ |
// Tells the main window that a secondary renderer in a different process thinks |
// the test is finished. |
IPC_MESSAGE_ROUTED0(ShellViewMsg_NotifyDone) |