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

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

Issue 2836453002: Standardizing on the name "tail suggestions" (in comments) (Closed)
Patch Set: Created 3 years, 8 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 56c47b3f1a6adf948e2c15fe62063b29be18b57b..3b8784b1d599f5bc8af958fa7e55a8bd5fafcdf7 100644
--- a/chrome/browser/ui/views/omnibox/omnibox_result_view.h
+++ b/chrome/browser/ui/views/omnibox/omnibox_result_view.h
@@ -102,7 +102,7 @@ class OmniboxResultView : public views::View,
// Draws given |render_text| on |canvas| at given location (|x|, |y|).
// |contents| indicates if the |render_text| is for the match contents,
// separator, or description. Additional properties from |match| are used to
- // render Infinite suggestions correctly. If |max_width| is a non-negative
+ // render tail suggestions correctly. If |max_width| is a non-negative
// number, the text will be elided to fit within |max_width|. Returns the x
// position to the right of the string.
int DrawRenderText(const AutocompleteMatch& match,
« no previous file with comments | « chrome/browser/ui/views/omnibox/omnibox_popup_contents_view.h ('k') | chrome/browser/ui/views/omnibox/omnibox_result_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698