Chromium Code Reviews| Index: base/bind_helpers.h |
| diff --git a/base/bind_helpers.h b/base/bind_helpers.h |
| index 0cfaab7ece74a5d07817313f977fb919a365c9ff..92c77c657bbf33350a95635293a32e06eb848d2b 100644 |
| --- a/base/bind_helpers.h |
| +++ b/base/bind_helpers.h |
| @@ -550,6 +550,7 @@ class BASE_EXPORT ScopedClosureRunner { |
| explicit ScopedClosureRunner(const Closure& closure); |
| ~ScopedClosureRunner(); |
| + void Reset(const Closure& closure); |
| Closure Release(); |
| private: |