Index: chrome/browser/ui/views/omnibox/omnibox_result_view.h |
diff --git a/chrome/browser/ui/views/omnibox/omnibox_result_view.h b/chrome/browser/ui/views/omnibox/omnibox_result_view.h |
index 1df1b2caacc089703851e6b503cd4f3951b7e4fd..497ba5884fb7d2f9da29363149c51b7081619a0e 100644 |
--- a/chrome/browser/ui/views/omnibox/omnibox_result_view.h |
+++ b/chrome/browser/ui/views/omnibox/omnibox_result_view.h |
@@ -160,7 +160,8 @@ class OmniboxResultView : public views::View, |
int GetAnswerLineHeight() const; |
int GetContentLineHeight() const; |
- void AppendAnswerText(const SuggestionAnswer::TextField& text_field); |
+ void AppendAnswerText(const SuggestionAnswer::TextField& text_field, |
Peter Kasting
2015/03/23 20:19:21
While here: This function needs a comment about wh
dschuyler
2015/03/24 00:52:41
Done.
|
+ bool prefix_space); |
static int default_icon_size_; |