Chromium Code Reviews| Index: ui/views/repeat_controller.h |
| diff --git a/ui/views/repeat_controller.h b/ui/views/repeat_controller.h |
| index 5eef95961ed6eefd3e91f9753dc1ce01dbb71fe1..aff5a35fbf360958dbb0d4bd3c0affe45d79db32 100644 |
| --- a/ui/views/repeat_controller.h |
| +++ b/ui/views/repeat_controller.h |
| @@ -33,6 +33,8 @@ class RepeatController { |
| // Stop repeating. |
| void Stop(); |
| + const base::OneShotTimer& timer_for_testing() const { return timer_; } |
| + |
| private: |
| // Called when the timer expires. |
| void Run(); |