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

Unified Diff: base/task.cc

Issue 6094005: Create "Prebind" a wrapper to tr1::bind. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/base
Patch Set: Remove closure.h and ThunkState Created 9 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
« base/prebind.h ('K') | « base/prebind.h ('k') | base/worker_pool.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/task.cc
diff --git a/base/task.cc b/base/task.cc
index d33f3e1a884fafa6013628150344b0c3d13ad394..7bb4fe3d12209f3c8d55b9a4108618f8ebeb901f 100644
--- a/base/task.cc
+++ b/base/task.cc
@@ -15,3 +15,9 @@ CancelableTask::CancelableTask() {
CancelableTask::~CancelableTask() {
}
+
+namespace base {
+// Just stuffing this here for now.
+void DoNothing() {
+}
+}
« base/prebind.h ('K') | « base/prebind.h ('k') | base/worker_pool.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698