| Index: chrome/browser/flag_descriptions.cc
|
| diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
|
| index c8a324b710a1c3c447abbe452838c826e132cf45..554afa0c2ddd62ed3ca2147cf4bff8a02ef0d486 100644
|
| --- a/chrome/browser/flag_descriptions.cc
|
| +++ b/chrome/browser/flag_descriptions.cc
|
| @@ -2839,9 +2839,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[] =
|
|
|