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

Unified Diff: content/shell/common/layout_test/layout_test_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/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)
« no previous file with comments | « content/shell/browser/layout_test/secondary_test_window_observer.cc ('k') | content/shell/common/shell_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698