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

Unified Diff: ipc/ipc_channel_mojo_unittest.cc

Issue 2754143005: Use WaitableEvents to wake up sync IPC waiting (Closed)
Patch Set: . Created 3 years, 9 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 | « ipc/BUILD.gn ('k') | ipc/ipc_mojo_bootstrap.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/ipc_channel_mojo_unittest.cc
diff --git a/ipc/ipc_channel_mojo_unittest.cc b/ipc/ipc_channel_mojo_unittest.cc
index 1bee10650769601207821cdb81fd35980d2a5e08..a4abb3218ef09d6bbcc1e54e42fb1f829c4f205a 100644
--- a/ipc/ipc_channel_mojo_unittest.cc
+++ b/ipc/ipc_channel_mojo_unittest.cc
@@ -670,8 +670,8 @@ class ChannelProxyRunner {
mojo::ScopedMessagePipeHandle handle_;
base::Thread io_thread_;
- std::unique_ptr<IPC::ChannelProxy> proxy_;
base::WaitableEvent never_signaled_;
+ std::unique_ptr<IPC::ChannelProxy> proxy_;
DISALLOW_COPY_AND_ASSIGN(ChannelProxyRunner);
};
« no previous file with comments | « ipc/BUILD.gn ('k') | ipc/ipc_mojo_bootstrap.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698