Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(455)

Unified Diff: content/shell/common/shell_messages.h

Issue 1922653003: Send TestFinished as Process/Control-msg (not View-msg). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@only-one-top-loading-frame-in-all-renderers
Patch Set: Rebasing... Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 */)
« no previous file with comments | « content/shell/common/layout_test/layout_test_messages.h ('k') | content/shell/renderer/layout_test/blink_test_runner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698