| Index: base/timer.h
|
| diff --git a/base/timer.h b/base/timer.h
|
| index eb004861335c8b3cac140ba70377ba625366409a..706551f7da839c0b0e2f2ac2d152cee30c53c2e2 100644
|
| --- a/base/timer.h
|
| +++ b/base/timer.h
|
| @@ -206,6 +206,9 @@ class RepeatingTimer : public BaseTimer<Receiver, true> {};
|
| // Once created, it is inactive until Reset is called. Once |delay| seconds have
|
| // passed since the last call to Reset, the callback is made. Once the callback
|
| // has been made, it's inactive until Reset is called again.
|
| +//
|
| +// If destroyed, the timeout is canceled and will not occur even if already
|
| +// inflight.
|
| template <class Receiver>
|
| class DelayTimer {
|
| public:
|
|
|