| Index: ui/views/corewm/tooltip_controller_test_helper.h
|
| diff --git a/ui/views/corewm/tooltip_controller_test_helper.h b/ui/views/corewm/tooltip_controller_test_helper.h
|
| index 9a710f0e835cdc3c6d2c1afdaf052b14c2ea1e9c..af1bcb85b0e596e2dad70d6b38503a9d18df2c10 100644
|
| --- a/ui/views/corewm/tooltip_controller_test_helper.h
|
| +++ b/ui/views/corewm/tooltip_controller_test_helper.h
|
| @@ -34,7 +34,8 @@
|
| // These are mostly cover methods for TooltipController private methods.
|
| base::string16 GetTooltipText();
|
| aura::Window* GetTooltipWindow();
|
| - void UpdateIfRequired();
|
| + void FireTooltipTimer();
|
| + bool IsTooltipTimerRunning();
|
| void FireTooltipShownTimer();
|
| bool IsTooltipShownTimerRunning();
|
| bool IsTooltipVisible();
|
|
|