Index: chrome/browser/ui/autofill/autofill_popup_controller_impl.cc |
diff --git a/chrome/browser/ui/autofill/autofill_popup_controller_impl.cc b/chrome/browser/ui/autofill/autofill_popup_controller_impl.cc |
index d6db9da166c78a198fb4dae6c07f7ca745af0048..44402305bf6d0e65ff615151dac0e0497b5a4db6 100644 |
--- a/chrome/browser/ui/autofill/autofill_popup_controller_impl.cc |
+++ b/chrome/browser/ui/autofill/autofill_popup_controller_impl.cc |
@@ -39,9 +39,6 @@ const size_t kRowHeight = 24; |
// The vertical height of a separator in pixels. |
const size_t kSeparatorHeight = 1; |
-// The maximum amount of characters to display from either the name or subtext. |
-const size_t kMaxTextLength = 15; |
- |
#if !defined(OS_ANDROID) |
const size_t kNamePadding = AutofillPopupView::kNamePadding; |
const size_t kIconPadding = AutofillPopupView::kIconPadding; |