diff options
Diffstat (limited to 'base/timer.h')
-rw-r--r-- | base/timer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/base/timer.h b/base/timer.h index 24f2bb1..faa12da 100644 --- a/base/timer.h +++ b/base/timer.h @@ -108,6 +108,7 @@ class BASE_EXPORT Timer { void Reset(); const base::Closure& user_task() const { return user_task_; } + const TimeTicks& desired_run_time() const { return desired_run_time_; } protected: // Used to initiate a new delayed task. This has the side-effect of disabling |