Index: ui/views/widget/tooltip_manager.cc |
diff --git a/ui/views/widget/tooltip_manager.cc b/ui/views/widget/tooltip_manager.cc |
index f1a85fe2df44b8ac981e98a10f99a66249b750ea..7513a4a7d7d03f1eb42fef665be6847e8578de77 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"; |