diff options
author | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-21 00:04:53 +0000 |
---|---|---|
committer | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-21 00:04:53 +0000 |
commit | b563e1e32788d4f3c65c74e5c6e22b38e3c918ac (patch) | |
tree | 483497c9221bcb5663d332074f95721dca9d5432 | |
parent | 54197ad6f6119e903809a76ab22ffaa7815b8818 (diff) | |
download | chromium_src-b563e1e32788d4f3c65c74e5c6e22b38e3c918ac.zip chromium_src-b563e1e32788d4f3c65c74e5c6e22b38e3c918ac.tar.gz chromium_src-b563e1e32788d4f3c65c74e5c6e22b38e3c918ac.tar.bz2 |
This comment was out of date, so sample code like it wouldn't compile now.
Review URL: http://codereview.chromium.org/27014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10133 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | base/task.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/task.h b/base/task.h index e1c1dd0..9053c1a 100644 --- a/base/task.h +++ b/base/task.h @@ -66,7 +66,7 @@ class CancelableTask : public Task { // // // The factories are not thread safe, so always invoke on // // |MessageLoop::current()|. -// MessageLoop::current()->PostTask(FROM_HERE, +// MessageLoop::current()->PostDelayedTask(FROM_HERE, // some_method_factory_.NewRunnableMethod(&MyClass::SomeMethod), // kSomeMethodDelayMS); // } |