Chromium Code Reviews| Index: base/callback.h |
| diff --git a/base/callback.h b/base/callback.h |
| index 84abef9394e9f434f350d7100c9f68a0e9c2b2a7..be4fb5f9157430f2072c81b88c412d87f8825c27 100644 |
| --- a/base/callback.h |
| +++ b/base/callback.h |
| @@ -18,10 +18,6 @@ |
| // 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 |