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

Unified Diff: mojo/system/waiter_test_utils.h

Issue 345463003: Mojo: MojoWaitFlags -> MojoHandleSignals. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
« no previous file with comments | « mojo/system/waiter_list.cc ('k') | mojo/system/waiter_test_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/system/waiter_test_utils.h
diff --git a/mojo/system/waiter_test_utils.h b/mojo/system/waiter_test_utils.h
index 26dd747f6d8de71d34761d05c762493002583860..95e0f51f90f4b8b6a30594cede912a363622a1b5 100644
--- a/mojo/system/waiter_test_utils.h
+++ b/mojo/system/waiter_test_utils.h
@@ -70,7 +70,7 @@ class WaiterThread : public base::SimpleThread {
// Note: |*did_wait_out|, |*result_out|, and |*context_out| "belong" to this
// object (i.e., may be modified by, on some other thread) while it's alive.
WaiterThread(scoped_refptr<Dispatcher> dispatcher,
- MojoWaitFlags wait_flags,
+ MojoHandleSignals handle_signals,
MojoDeadline deadline,
uint32_t context,
bool* did_wait_out,
@@ -82,7 +82,7 @@ class WaiterThread : public base::SimpleThread {
virtual void Run() OVERRIDE;
const scoped_refptr<Dispatcher> dispatcher_;
- const MojoWaitFlags wait_flags_;
+ const MojoHandleSignals handle_signals_;
const MojoDeadline deadline_;
const uint32_t context_;
bool* const did_wait_out_;
« no previous file with comments | « mojo/system/waiter_list.cc ('k') | mojo/system/waiter_test_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698