Chromium Code Reviews| Index: chrome/browser/ui/views/omnibox/omnibox_result_view.cc |
| diff --git a/chrome/browser/ui/views/omnibox/omnibox_result_view.cc b/chrome/browser/ui/views/omnibox/omnibox_result_view.cc |
| index 5c4cdc271b31a7556b7930a780b4f383ffed1aee..6d29e0a88eb076eed56a869c07f408f5eeb59282 100644 |
| --- a/chrome/browser/ui/views/omnibox/omnibox_result_view.cc |
| +++ b/chrome/browser/ui/views/omnibox/omnibox_result_view.cc |
| @@ -380,6 +380,8 @@ void OmniboxResultView::PaintMatch(const AutocompleteMatch& match, |
| const int kAnswerIconToTextPadding = 2; |
| x += answer_icon_size + kAnswerIconToTextPadding; |
| } |
| + DrawRenderText(match, description, DESCRIPTION, canvas, x, y, |
| + description_max_width); |
|
Peter Kasting
2017/06/09 02:33:48
Depending on how we address the above, we may be a
tommycli
2017/06/09 16:09:21
Yes I definitely thought about this. Ultimately I
Peter Kasting
2017/06/09 19:30:53
I think we should change it. Here's my mock attem
|
| return; |
| } |