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

Unified Diff: base/callback.h

Issue 8113025: base::Bind: More converts, mostly in WebUI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 2 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
Index: base/callback.h
diff --git a/base/callback.h b/base/callback.h
index 03abb4bf71d58b8683befaca07f91daa525e4b52..7579cef6716ca97da26dc3c74ab7e796e9321fc8 100644
--- a/base/callback.h
+++ b/base/callback.h
@@ -25,7 +25,7 @@
// with the Bind() function in bind.h, they provide a type-safe method for
// performing currying of arguments, and creating a "closure."
//
-// In programing languages, a closure is a first-class function where all its
+// In programming languages, a closure is a first-class function where all its
csilv 2011/10/04 01:43:13 I assume this should be edited somewhere else as p
awong 2011/10/04 01:48:09 Please modify callback.h.pump and then execute fr
James Hawkins 2011/10/04 02:09:20 Done.
// parameters have been bound (usually via currying). Closures are well
// suited for representing, and passing around a unit of delayed execution.
// They are used in Chromium code to schedule tasks on different MessageLoops.
« no previous file with comments | « no previous file | chrome/browser/browser_about_handler.cc » ('j') | chrome/browser/ui/webui/chrome_url_data_manager.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698