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

Unified Diff: mojo/edk/test/multiprocess_test_helper.cc

Issue 2043713004: Mojo: Add NotifyBadMessage API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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: mojo/edk/test/multiprocess_test_helper.cc
diff --git a/mojo/edk/test/multiprocess_test_helper.cc b/mojo/edk/test/multiprocess_test_helper.cc
index 763e51a2d25b5aa94dde8ae540ac8a53f4f8ca24..906ece122be1fe18bebaaa40c49fa66821a50fbd 100644
--- a/mojo/edk/test/multiprocess_test_helper.cc
+++ b/mojo/edk/test/multiprocess_test_helper.cc
@@ -125,7 +125,7 @@ ScopedMessagePipeHandle MultiprocessTestHelper::StartChildWithExtraSwitch(
channel.ChildProcessLaunched();
ChildProcessLaunched(test_child_.Handle(), channel.PassServerHandle(),
- child_token);
+ child_token, bad_message_callback_);
CHECK(test_child_.IsValid());
return pipe;

Powered by Google App Engine
This is Rietveld 408576698