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

Unified Diff: mojo/system/shared_buffer_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/shared_buffer_dispatcher.h ('k') | mojo/system/simple_dispatcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/system/shared_buffer_dispatcher.cc
diff --git a/mojo/system/shared_buffer_dispatcher.cc b/mojo/system/shared_buffer_dispatcher.cc
index 4400b8ab22a6c61d666c8a65c914716297acc4a4..1181b01b9155342719c3ad8f6c72b97521006a90 100644
--- a/mojo/system/shared_buffer_dispatcher.cc
+++ b/mojo/system/shared_buffer_dispatcher.cc
@@ -263,9 +263,9 @@ bool SharedBufferDispatcher::EndSerializeAndCloseImplNoLock(
return true;
}
-WaitFlagsState SharedBufferDispatcher::GetWaitFlagsStateNoLock() const {
+HandleSignalsState SharedBufferDispatcher::GetHandleSignalsStateNoLock() const {
// TODO(vtl): Add transferrable flag.
- return WaitFlagsState();
+ return HandleSignalsState();
}
} // namespace system
« no previous file with comments | « mojo/system/shared_buffer_dispatcher.h ('k') | mojo/system/simple_dispatcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698