| 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 77c0e1f65923fb061851293602848dd1de44f868..e02602ed800264de92545f8806d7ed2f35c594cb 100644
|
| --- a/chrome/browser/autocomplete/zero_suggest_provider.cc
|
| +++ b/chrome/browser/autocomplete/zero_suggest_provider.cc
|
| @@ -459,6 +459,7 @@ AutocompleteMatch ZeroSuggestProvider::MatchForCurrentURL() {
|
| !HasHTTPScheme(input.text())));
|
| match.is_history_what_you_typed_match = false;
|
| match.inline_autocomplete_offset = string16::npos;
|
| + 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
|
|
|