| Index: components/omnibox/browser/shortcuts_provider.cc
|
| diff --git a/components/omnibox/browser/shortcuts_provider.cc b/components/omnibox/browser/shortcuts_provider.cc
|
| index 8875750352491d5b3822d34dd73b96d483149e66..5b405ac722ee016abe0413bd99ce2404abc66882 100644
|
| --- a/components/omnibox/browser/shortcuts_provider.cc
|
| +++ b/components/omnibox/browser/shortcuts_provider.cc
|
| @@ -116,7 +116,6 @@ void ShortcutsProvider::Start(const AutocompleteInput& input,
|
|
|
| if (input.from_omnibox_focus() ||
|
| (input.type() == metrics::OmniboxInputType::INVALID) ||
|
| - (input.type() == metrics::OmniboxInputType::FORCED_QUERY) ||
|
| input.text().empty() || !initialized_)
|
| return;
|
|
|
|
|