| Index: ui/wm/public/tooltip_client.h
|
| diff --git a/ui/wm/public/tooltip_client.h b/ui/wm/public/tooltip_client.h
|
| index f592b21a18a5ef4072a3e139907419e4c4340366..a5cf44d5859b4846fef02de6f381f6bc187c40e7 100644
|
| --- a/ui/wm/public/tooltip_client.h
|
| +++ b/ui/wm/public/tooltip_client.h
|
| @@ -17,7 +17,9 @@ class ScopedTooltipDisabler;
|
| class AURA_EXPORT TooltipClient {
|
| public:
|
| // Informs the shell tooltip manager of change in tooltip for window |target|.
|
| - virtual void UpdateTooltip(Window* target) = 0;
|
| + // The |force| parameter orders the manager to perform the update
|
| + // regardless of any internal conditions.
|
| + virtual void UpdateTooltip(Window* target, bool force) = 0;
|
|
|
| // Sets the time after which the tooltip is hidden for Window |target|. If
|
| // |timeout_in_ms| is <= 0, the tooltip is shown indefinitely.
|
|
|