Index: components/omnibox/browser/autocomplete_result.cc |
diff --git a/components/omnibox/browser/autocomplete_result.cc b/components/omnibox/browser/autocomplete_result.cc |
index 9e4bf1d769a98938709b48fcf57250ab96408133..e80761275f6818a80ba7c8b0ff6e99203f5bb085 100644 |
--- a/components/omnibox/browser/autocomplete_result.cc |
+++ b/components/omnibox/browser/autocomplete_result.cc |
@@ -257,8 +257,6 @@ void AutocompleteResult::SortAndCull( |
if (AutocompleteMatch::IsSearchType(default_match_->type)) { |
DCHECK_NE(metrics::OmniboxInputType::URL, input.type()) << debug_info; |
} else { |
- DCHECK_NE(metrics::OmniboxInputType::FORCED_QUERY, input.type()) |
- << debug_info; |
// If the user explicitly typed a scheme, the default match should |
// have the same scheme. |
if ((input.type() == metrics::OmniboxInputType::URL) && |