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

Unified Diff: base/task_scheduler/task_scheduler_impl.h

Issue 2835603005: Remove name and priority hint from SchedulerWorkerPoolParams. (Closed)
Patch Set: Created 3 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
« no previous file with comments | « base/task_scheduler/task_scheduler.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/task_scheduler/task_scheduler_impl.h
diff --git a/base/task_scheduler/task_scheduler_impl.h b/base/task_scheduler/task_scheduler_impl.h
index 7f5907a2f37b34ce8cefa0642fc0399423dd8676..7460cb1a5bcc5227d21711cc0b90f5caea6d9b5d 100644
--- a/base/task_scheduler/task_scheduler_impl.h
+++ b/base/task_scheduler/task_scheduler_impl.h
@@ -42,9 +42,6 @@ class BASE_EXPORT TaskSchedulerImpl : public TaskScheduler {
// |name| is used to label threads and histograms. It should identify the
// component that creates the TaskScheduler. |init_params| contains params to
// initialize worker pools.
- //
- // Note: The names and priority hints in |init_params| are ignored.
- // https://crbug.com/690706
static std::unique_ptr<TaskSchedulerImpl> Create(
StringPiece name,
const TaskScheduler::InitParams& init_params);
« no previous file with comments | « base/task_scheduler/task_scheduler.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698