Index: content/shell/common/shell_messages.h |
diff --git a/content/shell/common/shell_messages.h b/content/shell/common/shell_messages.h |
index 248ca204eb5348c647b02aec3f34fe4b76c6e671..ef4533066feb393f0441c44f72058ae94bb2b987 100644 |
--- a/content/shell/common/shell_messages.h |
+++ b/content/shell/common/shell_messages.h |
@@ -50,9 +50,9 @@ IPC_MESSAGE_ROUTED1(ShellViewMsg_ReplicateTestConfiguration, |
// main test window) for a layout test. |
IPC_MESSAGE_ROUTED0(ShellViewMsg_SetupSecondaryRenderer) |
-// Tells the main window that a secondary renderer in a different process thinks |
-// the test is finished. |
-IPC_MESSAGE_ROUTED0(ShellViewMsg_NotifyDone) |
+// Tells the main window that a secondary renderer in a different process asked |
+// to finish the test. |
+IPC_MESSAGE_ROUTED0(ShellViewMsg_TestFinishedInSecondaryRenderer) |
// Pushes a snapshot of the current session history from the browser process. |
// This includes only information about those RenderViews that are in the |
@@ -100,8 +100,6 @@ IPC_MESSAGE_ROUTED0(ShellViewHostMsg_TestFinished) |
IPC_MESSAGE_ROUTED0(ShellViewHostMsg_ResetDone) |
-IPC_MESSAGE_ROUTED0(ShellViewHostMsg_TestFinishedInSecondaryRenderer) |
- |
// WebTestDelegate related. |
IPC_MESSAGE_ROUTED1(ShellViewHostMsg_OverridePreferences, |
content::WebPreferences /* preferences */) |