Index: chrome/browser/autocomplete/extension_app_provider.cc |
diff --git a/chrome/browser/autocomplete/extension_app_provider.cc b/chrome/browser/autocomplete/extension_app_provider.cc |
index 1e1f29da2fc11dcb01572bddb1f1302359d8b5e8..4c57f532605d4e44b9686d10e4bf1713d35d701a 100644 |
--- a/chrome/browser/autocomplete/extension_app_provider.cc |
+++ b/chrome/browser/autocomplete/extension_app_provider.cc |
@@ -79,6 +79,7 @@ AutocompleteMatch ExtensionAppProvider::CreateAutocompleteMatch( |
match.fill_into_edit = |
app.should_match_against_launch_url ? app.launch_url : input.text(); |
match.destination_url = GURL(app.launch_url); |
+ match.allowed_to_be_default_match = true; |
match.contents = AutocompleteMatch::SanitizeString(app.name); |
AutocompleteMatch::ClassifyLocationInString(name_match_index, |
input.text().length(), app.name.length(), ACMatchClassification::NONE, |