Chromium Code Reviews| Index: base/timer/timer.h |
| diff --git a/base/timer/timer.h b/base/timer/timer.h |
| index 88958d4ad65a3abef8976483d758014e097b8b82..7a996e463fb6b6a2b281ba02c30f45818cb929ab 100644 |
| --- a/base/timer/timer.h |
| +++ b/base/timer/timer.h |
| @@ -203,7 +203,8 @@ class BASE_EXPORT Timer { |
| TimeTicks desired_run_time_; |
| // Timer isn't thread-safe and must only be used on its origin sequence |
| - // (sequence on which it was started). |
| + // (sequence on which it was started). Once fully Stop()'ed it may be |
| + // destroyed or even restarted on another sequence. |
|
danakj
2017/06/06 20:07:12
s/even //
gab
2017/06/07 19:02:37
Done.
|
| SequenceChecker origin_sequence_checker_; |
| // Repeating timers automatically post the task again before calling the task |