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

Unified Diff: chrome/browser/ui/views/omnibox/omnibox_result_view.h

Issue 1023993003: [AiS] Added option to put a space between answer values (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: removed default param Created 5 years, 9 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: 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_;

Powered by Google App Engine
This is Rietveld 408576698