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

Unified Diff: base/task_scheduler/task_tracker_posix.h

Issue 2891363005: Add ScopedTaskEnvironment::ExecutionControlMode. (Closed)
Patch Set: CR-gab-31 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/test/scoped_task_environment.h » ('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 a98b464cc24075aea3635249aa92c45ded4d0618..7a17f7526898f1a0ac0187f519ed8b9129af8241 100644
--- a/base/task_scheduler/task_tracker_posix.h
+++ b/base/task_scheduler/task_tracker_posix.h
@@ -50,11 +50,12 @@ class BASE_EXPORT TaskTrackerPosix : public TaskTracker {
}
#endif
- private:
+ protected:
// TaskTracker:
void PerformRunTask(std::unique_ptr<Task> task,
const SequenceToken& sequence_token) override;
+ private:
#if DCHECK_IS_ON()
bool IsPostingBlockShutdownTaskAfterShutdownAllowed() override;
#endif
« no previous file with comments | « base/task_scheduler/task_tracker.cc ('k') | base/test/scoped_task_environment.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698