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

Unified Diff: base/task_scheduler/task_scheduler.h

Issue 1701343003: TaskScheduler [13] TaskSchedulerImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@s_6_threadpool
Patch Set: initial patch for review Created 4 years, 8 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/task_scheduler/task_scheduler.h
diff --git a/base/task_scheduler/task_scheduler.h b/base/task_scheduler/task_scheduler.h
index 21f637aaab2e8fa587d404688e45a1b5924eaa85..2ea19d61e98a1e5e05e0c95b25d7a83bdbd117b9 100644
--- a/base/task_scheduler/task_scheduler.h
+++ b/base/task_scheduler/task_scheduler.h
@@ -19,6 +19,7 @@ namespace base {
// by the post_task.h API.
class BASE_EXPORT TaskScheduler {
public:
+ TaskScheduler() = default;
gab 2016/04/27 19:15:28 Move to previous CL introducing this file?
fdoray 2016/04/28 18:36:32 No longer needed without the DISALLOW_COPY_AND_ASS
virtual ~TaskScheduler() = default;
// Returns a TaskRunner whose PostTask invocations will result in scheduling

Powered by Google App Engine
This is Rietveld 408576698