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

Unified Diff: base/task_scheduler/task_tracker_posix.h

Issue 2899443002: Move code that sets up the environment to run a task to TaskTracker::PerformRunTask(). (Closed)
Patch Set: self-review Created 3 years, 7 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
« no previous file with comments | « base/task_scheduler/task_tracker.cc ('k') | base/task_scheduler/task_tracker_posix.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/task_scheduler/task_tracker_posix.h
diff --git a/base/task_scheduler/task_tracker_posix.h b/base/task_scheduler/task_tracker_posix.h
index 040895317a8163b13417ab935dfade45cc74e2d6..a98b464cc24075aea3635249aa92c45ded4d0618 100644
--- a/base/task_scheduler/task_tracker_posix.h
+++ b/base/task_scheduler/task_tracker_posix.h
@@ -52,7 +52,8 @@ class BASE_EXPORT TaskTrackerPosix : public TaskTracker {
private:
// TaskTracker:
- void PerformRunTask(std::unique_ptr<Task> task) override;
+ void PerformRunTask(std::unique_ptr<Task> task,
+ const SequenceToken& sequence_token) override;
#if DCHECK_IS_ON()
bool IsPostingBlockShutdownTaskAfterShutdownAllowed() override;
« no previous file with comments | « base/task_scheduler/task_tracker.cc ('k') | base/task_scheduler/task_tracker_posix.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698