| Index: ui/views/corewm/tooltip_controller_test_helper.cc
|
| diff --git a/ui/views/corewm/tooltip_controller_test_helper.cc b/ui/views/corewm/tooltip_controller_test_helper.cc
|
| index 54cd257ead44880b916fff5a5de0b6798d0ca340..f96b08dc50a425ee416a2ea60704ed1b170096d1 100644
|
| --- a/ui/views/corewm/tooltip_controller_test_helper.cc
|
| +++ b/ui/views/corewm/tooltip_controller_test_helper.cc
|
| @@ -27,8 +27,12 @@
|
| return controller_->tooltip_window_;
|
| }
|
|
|
| -void TooltipControllerTestHelper::UpdateIfRequired() {
|
| - controller_->UpdateIfRequired();
|
| +void TooltipControllerTestHelper::FireTooltipTimer() {
|
| + controller_->TooltipTimerFired();
|
| +}
|
| +
|
| +bool TooltipControllerTestHelper::IsTooltipTimerRunning() {
|
| + return controller_->tooltip_timer_.IsRunning();
|
| }
|
|
|
| void TooltipControllerTestHelper::FireTooltipShownTimer() {
|
|
|