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

Unified Diff: base/bind_internal.h

Issue 10692147: Add quick reference for bind/callback usage. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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/bind_internal.h
diff --git a/base/bind_internal.h b/base/bind_internal.h
index 50ffaa526787864e72138f3ae98d0b6597b8e635..608fee27cd1e7830bb7001c195a0fb16c5460456 100644
--- a/base/bind_internal.h
+++ b/base/bind_internal.h
@@ -25,6 +25,9 @@
namespace base {
namespace internal {
+// See base/callback.h for user documentation.
+//
+//
// CONCEPTS:
// Runnable -- A type (really a type class) that has a single Run() method
// and a RunType typedef that corresponds to the type of Run().

Powered by Google App Engine
This is Rietveld 408576698