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

Unified Diff: base/threading/sequenced_worker_pool.h

Issue 2199353002: Remove deprecated priority-less SequencedWorkerPool constructor. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@b3_mix
Patch Set: ArcProcessService => USER_VISIBLE Created 4 years, 4 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 | « no previous file | base/threading/sequenced_worker_pool.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/threading/sequenced_worker_pool.h
diff --git a/base/threading/sequenced_worker_pool.h b/base/threading/sequenced_worker_pool.h
index 4d90f920830c87fb2166b9cdd961a05c49783de0..0a4e476b2e2b2c716fdd9ddcfe55b420f5d1a39b 100644
--- a/base/threading/sequenced_worker_pool.h
+++ b/base/threading/sequenced_worker_pool.h
@@ -185,13 +185,6 @@ class BASE_EXPORT SequencedWorkerPool : public TaskRunner {
const std::string& thread_name_prefix,
base::TaskPriority task_priority);
- // Deprecated, use the above constructor with |task_priority| instead.
- // TODO(gab): Cleanup last few use cases of this before running the
- // aforementioned base::TaskScheduler experiment (or make sure this
- // constructor results in callers being opted out of the experiment).
- SequencedWorkerPool(size_t max_threads,
- const std::string& thread_name_prefix);
-
// Like above, but with |observer| for testing. Does not take ownership of
// |observer|.
SequencedWorkerPool(size_t max_threads,
« no previous file with comments | « no previous file | base/threading/sequenced_worker_pool.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698