| Index: components/omnibox/browser/base_search_provider.cc
|
| diff --git a/components/omnibox/browser/base_search_provider.cc b/components/omnibox/browser/base_search_provider.cc
|
| index 6a88c0476f2ce3cd1de7792a2b5a169e208474fc..cdc1763aa2d6aa395baa563ff32dc2f926f3dec3 100644
|
| --- a/components/omnibox/browser/base_search_provider.cc
|
| +++ b/components/omnibox/browser/base_search_provider.cc
|
| @@ -239,11 +239,6 @@ AutocompleteMatch BaseSearchProvider::CreateSearchSuggestion(
|
| (base::CollapseWhitespace(input.text(), false) ==
|
| suggestion.match_contents());
|
|
|
| - // When the user forced a query, we need to make sure all the fill_into_edit
|
| - // values preserve that property. Otherwise, if the user starts editing a
|
| - // suggestion, non-Search results will suddenly appear.
|
| - if (input.type() == metrics::OmniboxInputType::FORCED_QUERY)
|
| - match.fill_into_edit.assign(base::ASCIIToUTF16("?"));
|
| if (suggestion.from_keyword_provider())
|
| match.fill_into_edit.append(match.keyword + base::char16(' '));
|
| // We only allow inlinable navsuggestions that were received before the
|
|
|