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

Unified Diff: base/task_scheduler/task_scheduler.h

Issue 2836293006: Remove TaskScheduler::CreateAndSetSimpleTaskScheduler(). (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 | « no previous file | base/task_scheduler/task_scheduler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/task_scheduler/task_scheduler.h
diff --git a/base/task_scheduler/task_scheduler.h b/base/task_scheduler/task_scheduler.h
index 0bbfd5c3798d2b8df52694be6d8e1b8cb8b2a8cc..36c430492bf7be864a60ddafb51a4e477927f83e 100644
--- a/base/task_scheduler/task_scheduler.h
+++ b/base/task_scheduler/task_scheduler.h
@@ -157,10 +157,6 @@ class BASE_EXPORT TaskScheduler {
// afterwards. CHECKs on failure. For tests, prefer
// base::test::ScopedTaskEnvironment (ensures isolation).
static void CreateAndStartWithDefaultParams(StringPiece name);
-
- // Deprecated. Use CreateAndStartWithDefaultParams() instead.
- // TODO(fdoray): Redirect callers to CreateAndStartWithDefaultParams().
- static void CreateAndSetSimpleTaskScheduler(StringPiece name);
#endif // !defined(OS_NACL)
// Creates a ready to start task scheduler. |name| is used to label threads
« no previous file with comments | « no previous file | base/task_scheduler/task_scheduler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698