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

Unified Diff: mojo/system/platform_handle_dispatcher.cc

Issue 339193005: Mojo: Rename (Mojo)WaitFlagsState -> (Mojo)HandleSignalsState. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased 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 294a5488d0d3e6696946827951dfbd659b6d3752..63a5e716d21c442004328f8898e4c9b21f87ef26 100644
--- a/mojo/system/platform_handle_dispatcher.cc
+++ b/mojo/system/platform_handle_dispatcher.cc
@@ -114,8 +114,9 @@ bool PlatformHandleDispatcher::EndSerializeAndCloseImplNoLock(
return true;
}
-WaitFlagsState PlatformHandleDispatcher::GetWaitFlagsStateNoLock() const {
- return WaitFlagsState();
+HandleSignalsState
+ PlatformHandleDispatcher::GetHandleSignalsStateNoLock() const {
+ return HandleSignalsState();
}
} // 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