Index: components/omnibox/browser/bookmark_provider.cc |
diff --git a/components/omnibox/browser/bookmark_provider.cc b/components/omnibox/browser/bookmark_provider.cc |
index f9d3bde21f158ce68b65bf99132ee8655ad51fae..a21504b6ea8384cd7c34f7e2e483e2e6c247860a 100644 |
--- a/components/omnibox/browser/bookmark_provider.cc |
+++ b/components/omnibox/browser/bookmark_provider.cc |
@@ -71,8 +71,7 @@ void BookmarkProvider::Start(const AutocompleteInput& input, |
return; |
matches_.clear(); |
- if (input.from_omnibox_focus() || input.text().empty() || |
- (input.type() == metrics::OmniboxInputType::FORCED_QUERY)) |
+ if (input.from_omnibox_focus() || input.text().empty()) |
return; |
DoAutocomplete(input); |