| Index: chrome/browser/autocomplete/zero_suggest_provider.cc
|
| diff --git a/chrome/browser/autocomplete/zero_suggest_provider.cc b/chrome/browser/autocomplete/zero_suggest_provider.cc
|
| index bd850a69d63a770172ff1bd82e3607de34ea0560..576f4e616f237a317ae944ee070a3a6decf5a1e9 100644
|
| --- a/chrome/browser/autocomplete/zero_suggest_provider.cc
|
| +++ b/chrome/browser/autocomplete/zero_suggest_provider.cc
|
| @@ -456,6 +456,7 @@ AutocompleteMatch ZeroSuggestProvider::MatchForCurrentURL() {
|
| HistoryURLProvider::SuggestExactInput(this, input,
|
| !HasHTTPScheme(input.text())));
|
| match.is_history_what_you_typed_match = false;
|
| + match.allowed_to_be_default_match = true;
|
|
|
| // The placeholder suggestion for the current URL has high relevance so
|
| // that it is in the first suggestion slot and inline autocompleted. It
|
|
|