diff options
author | darin@google.com <darin@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-02 06:23:48 +0000 |
---|---|---|
committer | darin@google.com <darin@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-02 06:23:48 +0000 |
commit | 5d15ae918f5b07bb5203ee001cdefd9058ddac86 (patch) | |
tree | d0776910d4c86344884114ccaa6cf51d2ac72f96 /base/message_loop.h | |
parent | 74a422edbf6b455f83931548c5aeee0f454c9520 (diff) | |
download | chromium_src-5d15ae918f5b07bb5203ee001cdefd9058ddac86.zip chromium_src-5d15ae918f5b07bb5203ee001cdefd9058ddac86.tar.gz chromium_src-5d15ae918f5b07bb5203ee001cdefd9058ddac86.tar.bz2 |
Call ResetBirthTime before dispatching the user's Task. Also, remove PostSignaledTask since it won't be used.
TBR=jar
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289 0039d316-1c4b-4281-b951-d872f2087c98
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); |