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..c9335f8141d5cbf51464564942713b506ed17a8c 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, |
+ bool prefix_space = false); |
Peter Kasting
2015/03/20 22:21:36
Default args are (generally) banned by the Google
dschuyler
2015/03/20 23:56:43
Done.
|
static int default_icon_size_; |