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

Unified Diff: base/task.cc

Issue 6052006: Proof of concept for tr1-based Task replacement. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/net/base
Patch Set: Examples of replacing CreateFunctor, ScopedRMF, CompletionCallback Created 10 years 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/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/closure.h ('K') | « base/message_loop.cc ('k') | base/worker_pool.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698