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

Unified Diff: chrome/browser/flag_descriptions.cc

Issue 2889823002: [omnibox] Added 'OmniboxTailSuggestions' flag (Closed)
Patch Set: Rebase Created 3 years, 7 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
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | components/omnibox/browser/omnibox_field_trial.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/flag_descriptions.cc
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index 7fe282edf421dfa45d78ac0ad0afb68992fcb5d2..ee3cb30a3f303fc98d471c70e01ba73b421c1ab3 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -2849,9 +2849,14 @@ const char kEnableCustomFeedbackUiDescription[] =
defined(OS_WIN)
const char kOmniboxEntitySuggestionsName[] = "Omnibox entity suggestions";
-
const char kOmniboxEntitySuggestionsDescription[] =
- "Enable receiving entity suggestions in Omnibox.";
+ "Enable receiving entity suggestions - disambiguation descriptions - for "
+ "Omnibox suggestions.";
+
+const char kOmniboxTailSuggestionsName[] = "Omnibox tail suggestions";
+const char kOmniboxTailSuggestionsDescription[] =
+ "Enable receiving tail suggestions, a type of search suggestion "
+ "based on the last few words in the query, for the Omnibox.";
const char kPauseBackgroundTabsName[] = "Pause background tabs";
const char kPauseBackgroundTabsDescription[] =
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | components/omnibox/browser/omnibox_field_trial.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698