Index: ui/views/corewm/tooltip_controller.cc |
diff --git a/ui/views/corewm/tooltip_controller.cc b/ui/views/corewm/tooltip_controller.cc |
index 8af7199e44333c9079408321463ea25065f41b1d..bb28c54535c7a3ae057c31678d2e175e4667369b 100644 |
--- a/ui/views/corewm/tooltip_controller.cc |
+++ b/ui/views/corewm/tooltip_controller.cc |
@@ -28,7 +28,7 @@ namespace { |
const int kTooltipTimeoutMs = 500; |
const int kDefaultTooltipShownTimeoutMs = 10000; |
-const size_t kMaxTooltipLength = 1024; |
+const size_t kMaxTooltipLength = 2048; |
// Returns true if |target| is a valid window to get the tooltip from. |
// |event_target| is the original target from the event and |target| the window |