| Index: components/omnibox/browser/history_url_provider.cc
|
| diff --git a/components/omnibox/browser/history_url_provider.cc b/components/omnibox/browser/history_url_provider.cc
|
| index 7d04173e1012be202d27a9bdc60ea2d00bee7b3c..9747452afa24a387d48f670458bb1a8010500ed1 100644
|
| --- a/components/omnibox/browser/history_url_provider.cc
|
| +++ b/components/omnibox/browser/history_url_provider.cc
|
| @@ -471,8 +471,7 @@ void HistoryURLProvider::Start(const AutocompleteInput& input,
|
| matches_.clear();
|
|
|
| if (input.from_omnibox_focus() ||
|
| - (input.type() == metrics::OmniboxInputType::INVALID) ||
|
| - (input.type() == metrics::OmniboxInputType::FORCED_QUERY))
|
| + (input.type() == metrics::OmniboxInputType::INVALID))
|
| return;
|
|
|
| // Do some fixup on the user input before matching against it, so we provide
|
|
|