diff options
Diffstat (limited to 'base/message_loop.h')
-rw-r--r-- | base/message_loop.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/base/message_loop.h b/base/message_loop.h index d67c08e..1610d07 100644 --- a/base/message_loop.h +++ b/base/message_loop.h @@ -543,10 +543,6 @@ class MessageLoop { // Do a PostMessage(), and crash if we can't eventually do the post. void EnsureMessageGetsPosted(int message) const; - // Post a task that an object watcher has already initialized with the - // place of birth. - void PostSignaledTask(Task* task); - // Post a task to our incomming queue. void MessageLoop::PostTaskInternal(Task* task); |