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

Unified Diff: base/task_scheduler/task_scheduler.cc

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 | « base/task_scheduler/task_scheduler.h ('k') | components/cronet/ios/cronet_environment.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/task_scheduler/task_scheduler.cc
diff --git a/base/task_scheduler/task_scheduler.cc b/base/task_scheduler/task_scheduler.cc
index 80359c307c7ae8f635c72297840eeb157ffcfe50..f6a3bd6946b4ef1f6fb1392a5d7aa743a138753d 100644
--- a/base/task_scheduler/task_scheduler.cc
+++ b/base/task_scheduler/task_scheduler.cc
@@ -65,11 +65,6 @@ void TaskScheduler::CreateAndStartWithDefaultParams(StringPiece name) {
{StandbyThreadPolicy::LAZY, kForegroundBlockingMaxThreads,
kSuggestedReclaimTime}});
}
-
-// static
-void TaskScheduler::CreateAndSetSimpleTaskScheduler(StringPiece name) {
- CreateAndStartWithDefaultParams(name);
-}
#endif // !defined(OS_NACL)
void TaskScheduler::Create(StringPiece name) {
« no previous file with comments | « base/task_scheduler/task_scheduler.h ('k') | components/cronet/ios/cronet_environment.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698