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

Unified Diff: mojo/system/simple_dispatcher.h

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.cc ('k') | mojo/system/simple_dispatcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/system/simple_dispatcher.h
diff --git a/mojo/system/simple_dispatcher.h b/mojo/system/simple_dispatcher.h
index c0964865770c765a21b6802e72fe035f318a755b..65d52fed5ab4eb12610c7fc63e2e46fde5121990 100644
--- a/mojo/system/simple_dispatcher.h
+++ b/mojo/system/simple_dispatcher.h
@@ -9,8 +9,8 @@
#include "base/basictypes.h"
#include "mojo/system/dispatcher.h"
+#include "mojo/system/handle_signals_state.h"
#include "mojo/system/system_impl_export.h"
-#include "mojo/system/wait_flags_state.h"
#include "mojo/system/waiter_list.h"
namespace mojo {
@@ -26,12 +26,12 @@ class MOJO_SYSTEM_IMPL_EXPORT SimpleDispatcher : public Dispatcher {
virtual ~SimpleDispatcher();
// To be called by subclasses when the state changes (so
- // |GetWaitFlagsStateNoLock()| should be checked again). Must be called under
- // lock.
- void WaitFlagsStateChangedNoLock();
+ // |GetHandleSignalsStateNoLock()| should be checked again). Must be called
+ // under lock.
+ void HandleSignalsStateChangedNoLock();
// Never called after the dispatcher has been closed; called under |lock_|.
- virtual WaitFlagsState GetWaitFlagsStateNoLock() const = 0;
+ virtual HandleSignalsState GetHandleSignalsStateNoLock() const = 0;
// |Dispatcher| protected methods:
virtual void CancelAllWaitersNoLock() OVERRIDE;
« no previous file with comments | « mojo/system/shared_buffer_dispatcher.cc ('k') | mojo/system/simple_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698