Chromium Code Reviews| Index: base/timer.h |
| diff --git a/base/timer.h b/base/timer.h |
| index 24f2bb1f9d0f55d6acf2bf9bc98b4bfd8afa9bcf..faa12da01ace0b63e9f85fa39400c7ffe0a1a529 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 |