Commit f7892da9 authored by Kevin Bailey's avatar Kevin Bailey Committed by Commit Bot

[omnibox] Remove references to tail suggest flags

Tail suggestions are launched, so remove flags that refer to it.

Bug: 726769
Change-Id: If15ff4406c6e897c745ff9c625bdf7a7419d3f08
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1599904Reviewed-by: default avatarOrin Jaworski <orinj@chromium.org>
Commit-Queue: Kevin Bailey <krb@chromium.org>
Cr-Commit-Position: refs/heads/master@{#657535}
parent 9b25e236
......@@ -2426,9 +2426,6 @@ const FeatureEntry kFeatureEntries[] = {
flag_descriptions::kOmniboxShortBookmarkSuggestionsName,
flag_descriptions::kOmniboxShortBookmarkSuggestionsDescription, kOsDesktop,
FEATURE_VALUE_TYPE(omnibox::kOmniboxShortBookmarkSuggestions)},
{"omnibox-tail-suggestions", flag_descriptions::kOmniboxTailSuggestionsName,
flag_descriptions::kOmniboxTailSuggestionsDescription, kOsDesktop,
FEATURE_VALUE_TYPE(omnibox::kOmniboxTailSuggestions)},
{"omnibox-tab-switch-suggestions",
flag_descriptions::kOmniboxTabSwitchSuggestionsName,
flag_descriptions::kOmniboxTabSwitchSuggestionsDescription, kOsDesktop,
......
......@@ -2508,11 +2508,6 @@
"owners": [ "krb", "chrome-omnibox-team@google.com" ],
"expiry_milestone": 76
},
{
"name": "omnibox-tail-suggestions",
"owners": [ "krb", "chrome-omnibox-team@google.com" ],
"expiry_milestone": 76
},
{
"name": "omnibox-ui-cues-for-search-history-matches",
"owners": [ "tommycli", "chrome-omnibox-team@google.com" ],
......
......@@ -2706,11 +2706,6 @@ const char kOmniboxTabSwitchSuggestionsName[] =
const char kOmniboxTabSwitchSuggestionsDescription[] =
"Enable suggestions for switching to open tabs within the Omnibox.";
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 kProactiveTabFreezeAndDiscardName[] =
"Proactive Tab Freeze and Discard";
const char kProactiveTabFreezeAndDiscardDescription[] =
......
......@@ -1608,9 +1608,6 @@ extern const char kOmniboxSuggestionTransparencyOptionsDescription[];
extern const char kOmniboxTabSwitchSuggestionsName[];
extern const char kOmniboxTabSwitchSuggestionsDescription[];
extern const char kOmniboxTailSuggestionsName[];
extern const char kOmniboxTailSuggestionsDescription[];
extern const char kProactiveTabFreezeAndDiscardName[];
extern const char kProactiveTabFreezeAndDiscardDescription[];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment