| 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 da79e360ed851863e9b7d836b90617de8bcf4c9b..fb52b0d7c6e5f3533e8496cceade9ca493817fc7 100644
|
| --- a/chrome/browser/autocomplete/zero_suggest_provider.cc
|
| +++ b/chrome/browser/autocomplete/zero_suggest_provider.cc
|
| @@ -457,6 +457,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
|
|
|