Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(445)

Unified Diff: ui/views/widget/tooltip_manager.cc

Issue 340543004: views: Support longer tooltips. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: one more simplification Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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";
« ui/views/corewm/tooltip_aura.cc ('K') | « ui/views/corewm/tooltip_aura_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698