| Index: ui/views/corewm/tooltip_aura.cc
|
| diff --git a/ui/views/corewm/tooltip_aura.cc b/ui/views/corewm/tooltip_aura.cc
|
| index a86ab3a6da08e6421ff373e0eeac43d81b54db16..70e07e3cb33cb9e5cf1979c4644cd605d22785ac 100644
|
| --- a/ui/views/corewm/tooltip_aura.cc
|
| +++ b/ui/views/corewm/tooltip_aura.cc
|
| @@ -30,7 +30,6 @@ const size_t kMaxLines = 10;
|
| // when running the same binary on a Linux workstation; presumably there's a
|
| // difference in font metrics. Rationalize this.
|
| const int kTooltipVerticalPadding = 2;
|
| -const int kTooltipTimeoutMs = 500;
|
|
|
| // FIXME: get cursor offset from actual cursor size.
|
| const int kCursorOffsetX = 10;
|
|
|