Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(666)

Unified Diff: base/callback.h

Issue 8960011: base::Bind: Remove NewRunnableFunction. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Lame TODO. Created 8 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « PRESUBMIT.py ('k') | base/callback.h.pump » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/callback.h
diff --git a/base/callback.h b/base/callback.h
index 318bff09b84f5d2c2a47c63817eea3a6e47a6334..84abef9394e9f434f350d7100c9f68a0e9c2b2a7 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:
//
« no previous file with comments | « PRESUBMIT.py ('k') | base/callback.h.pump » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698