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

Unified Diff: mojo/system/platform_handle_dispatcher.cc

Issue 325213004: Mojo: Wrap the satisfied/unsatisfied wait flags state in a single object. (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/platform_handle_dispatcher.h ('k') | mojo/system/shared_buffer_dispatcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/system/platform_handle_dispatcher.cc
diff --git a/mojo/system/platform_handle_dispatcher.cc b/mojo/system/platform_handle_dispatcher.cc
index e9b8af04b7a4b7b190f91d555b4e07f2c3dc8a12..294a5488d0d3e6696946827951dfbd659b6d3752 100644
--- a/mojo/system/platform_handle_dispatcher.cc
+++ b/mojo/system/platform_handle_dispatcher.cc
@@ -114,12 +114,8 @@ bool PlatformHandleDispatcher::EndSerializeAndCloseImplNoLock(
return true;
}
-MojoWaitFlags PlatformHandleDispatcher::SatisfiedFlagsNoLock() const {
- return MOJO_WAIT_FLAG_NONE;
-}
-
-MojoWaitFlags PlatformHandleDispatcher::SatisfiableFlagsNoLock() const {
- return MOJO_WAIT_FLAG_NONE;
+WaitFlagsState PlatformHandleDispatcher::GetWaitFlagsStateNoLock() const {
+ return WaitFlagsState();
}
} // namespace system
« no previous file with comments | « mojo/system/platform_handle_dispatcher.h ('k') | mojo/system/shared_buffer_dispatcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698