Chromium Code Reviews| Index: ui/views/widget/tooltip_manager.cc |
| diff --git a/ui/views/widget/tooltip_manager.cc b/ui/views/widget/tooltip_manager.cc |
| index 00bd03642a608ab59858483ca8d12f423c331709..9f883f7b5ddee4506b7946b484a7dd1a32042470 100644 |
| --- a/ui/views/widget/tooltip_manager.cc |
| +++ b/ui/views/widget/tooltip_manager.cc |
| @@ -10,7 +10,7 @@ |
| namespace views { |
| -const size_t kMaxTooltipLength = 1024; |
| +const size_t kMaxTooltipLength = 2048; |
| // static |
| const char TooltipManager::kGroupingPropertyKey[] = "GroupingPropertyKey"; |