| Index: base/callback.h.pump
|
| diff --git a/base/callback.h.pump b/base/callback.h.pump
|
| index cab7a38925f2d922eb4fc74b97af1fb7d7c307e6..46062c441d105f4c3d023a5e98a74e933fcf631f 100644
|
| --- a/base/callback.h.pump
|
| +++ b/base/callback.h.pump
|
| @@ -23,10 +23,6 @@ $var MAX_ARITY = 7
|
| // NOTE: Header files that do not require the full definition of Callback or
|
| // Closure should #include "base/callback_forward.h" instead of this file.
|
|
|
| -// New, super-duper, unified Callback system. This will eventually replace
|
| -// NewRunnableMethod, CreateFunctor, and CreateCallback systems currently in the
|
| -// Chromium code base.
|
| -//
|
| // WHAT IS THIS:
|
| //
|
| // The templated Callback class is a generalized function object. Together
|
|
|