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

Unified Diff: ipc/mojo/async_handle_waiter_unittest.cc

Issue 830593003: Update mojo sdk to rev 9fbbc4f0fef1187312316c0ed992342474e139f1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cherry-pick mojo 9d3b8dd17f12d20035a14737fdc38dd926890ff8 Created 5 years, 11 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
« no previous file with comments | « extensions/browser/mojo/stash_backend_unittest.cc ('k') | mojo/android/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/mojo/async_handle_waiter_unittest.cc
diff --git a/ipc/mojo/async_handle_waiter_unittest.cc b/ipc/mojo/async_handle_waiter_unittest.cc
index ae290fbe71b12e5bb891e75d1aa62157fa9baa1e..f9d612af89283059560932c00ec6670e41c6d0fb 100644
--- a/ipc/mojo/async_handle_waiter_unittest.cc
+++ b/ipc/mojo/async_handle_waiter_unittest.cc
@@ -73,7 +73,8 @@ class AsyncHandleWaiterTest : public testing::Test {
void WaitAndAssertNotSignaled() {
run_loop_->RunUntilIdle();
EXPECT_EQ(MOJO_RESULT_OK, MojoWait(pipe_to_read_.get().value(),
- MOJO_HANDLE_SIGNAL_READABLE, 0));
+ MOJO_HANDLE_SIGNAL_READABLE, 0,
+ nullptr));
EXPECT_EQ(MOJO_RESULT_UNKNOWN, signaled_result_);
}
« no previous file with comments | « extensions/browser/mojo/stash_backend_unittest.cc ('k') | mojo/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698