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

Unified Diff: mojo/system/waiter_list.h

Issue 334663004: Mojo: Remove old form of WaiterList::AwakeWaitersForStateChange(). (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 | « no previous file | mojo/system/waiter_list.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/system/waiter_list.h
diff --git a/mojo/system/waiter_list.h b/mojo/system/waiter_list.h
index 105717e348e1f15e4f4c2a125de91971619f6768..d9ba668344c5514c57e3a43ca036a05bbcea465d 100644
--- a/mojo/system/waiter_list.h
+++ b/mojo/system/waiter_list.h
@@ -30,9 +30,6 @@ class MOJO_SYSTEM_IMPL_EXPORT WaiterList {
~WaiterList();
void AwakeWaitersForStateChange(const WaitFlagsState& state);
-//FIXME Remove:
- void AwakeWaitersForStateChange(MojoWaitFlags satisfied_flags,
- MojoWaitFlags satisfiable_flags);
void CancelAllWaiters();
void AddWaiter(Waiter* waiter, MojoWaitFlags flags, MojoResult wake_result);
void RemoveWaiter(Waiter* waiter);
« no previous file with comments | « no previous file | mojo/system/waiter_list.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698