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

Unified Diff: base/task_scheduler/task_traits.h

Issue 2603603002: Remove deprecated methods TaskTraits::WithFileIO()/WithWait(). (Closed)
Patch Set: Created 4 years 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/post_task.h ('k') | base/task_scheduler/task_traits.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/task_scheduler/task_traits.h
diff --git a/base/task_scheduler/task_traits.h b/base/task_scheduler/task_traits.h
index 26937b91f97753887cbb41ba8460fec0d7a4c18c..4859ee9251c00bbb809855f729c0b28ba94c0122 100644
--- a/base/task_scheduler/task_traits.h
+++ b/base/task_scheduler/task_traits.h
@@ -122,14 +122,6 @@ class BASE_EXPORT TaskTraits {
// in tasks that may block (per MayBlock()'s definition).
TaskTraits& WithSyncPrimitives();
- // DEPRECATED
- // TODO(fdoray): Remove this as part of crbug.com/675660
- TaskTraits& WithFileIO();
-
- // DEPRECATED
- // TODO(fdoray): Remove this as part of crbug.com/675660
- TaskTraits& WithWait();
-
// Applies |priority| to tasks with these traits.
TaskTraits& WithPriority(TaskPriority priority);
« no previous file with comments | « base/task_scheduler/post_task.h ('k') | base/task_scheduler/task_traits.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698