Index: base/sequenced_task_runner.h |
=================================================================== |
--- base/sequenced_task_runner.h (revision 140108) |
+++ base/sequenced_task_runner.h (working copy) |
@@ -114,6 +114,11 @@ |
virtual bool PostNonNestableDelayedTask( |
const tracked_objects::Location& from_here, |
const Closure& task, |
+ int64 delay_ms) = 0; |
+ |
+ virtual bool PostNonNestableDelayedTask( |
+ const tracked_objects::Location& from_here, |
+ const Closure& task, |
base::TimeDelta delay) = 0; |
// Submits a non-nestable task to delete the given object. Returns |