| Index: ui/aura/client/tooltip_client.h
|
| diff --git a/ui/aura/client/tooltip_client.h b/ui/aura/client/tooltip_client.h
|
| index eb6db2cb86093516758b73f95f485a3c7c2c3fb3..1a137c963f91efa9d99f3e3cf52cd1e8b13788b3 100644
|
| --- a/ui/aura/client/tooltip_client.h
|
| +++ b/ui/aura/client/tooltip_client.h
|
| @@ -16,13 +16,6 @@ class Window;
|
|
|
| class AURA_EXPORT TooltipClient {
|
| public:
|
| - // Returns the default font used by tooltips.
|
| - static gfx::Font GetDefaultFont();
|
| -
|
| - // Returns the maximum width of the tooltip. |x| and |y| give the location
|
| - // the tooltip is to be displayed on in screen coordinates.
|
| - static int GetMaxWidth(int x, int y);
|
| -
|
| // Informs the shell tooltip manager of change in tooltip for window |target|.
|
| virtual void UpdateTooltip(Window* target) = 0;
|
| };
|
|
|