diff options
author | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-01 02:14:47 +0000 |
---|---|---|
committer | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-01 02:14:47 +0000 |
commit | 8f5a7e49df055f720d398e659d8f0fd1bb532ad0 (patch) | |
tree | 0cf8bfd736484a794b2d9c4127f53784ee5cdeea /base/callback.h | |
parent | f182444916248f4d0612fada91b49ee672573d85 (diff) | |
download | chromium_src-8f5a7e49df055f720d398e659d8f0fd1bb532ad0.zip chromium_src-8f5a7e49df055f720d398e659d8f0fd1bb532ad0.tar.gz chromium_src-8f5a7e49df055f720d398e659d8f0fd1bb532ad0.tar.bz2 |
base::Bind: Remove NewRunnableFunction.
BUG=none
TEST=none
R=groby,ajwong
Review URL: http://codereview.chromium.org/8960011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116072 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/callback.h')
-rw-r--r-- | base/callback.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/base/callback.h b/base/callback.h index 318bff0..84abef9 100644 --- a/base/callback.h +++ b/base/callback.h @@ -19,8 +19,8 @@ // Closure should #include "base/callback_forward.h" instead of this file. // New, super-duper, unified Callback system. This will eventually replace -// NewRunnableMethod, NewRunnableFunction, CreateFunctor, and CreateCallback -// systems currently in the Chromium code base. +// NewRunnableMethod, CreateFunctor, and CreateCallback systems currently in the +// Chromium code base. // // WHAT IS THIS: // |