Index: chrome/browser/autocomplete/history_quick_provider.cc |
diff --git a/chrome/browser/autocomplete/history_quick_provider.cc b/chrome/browser/autocomplete/history_quick_provider.cc |
index 1337cfe7a9e3e2c5820dc7568eaa954c45774063..2af03ac8caba5dbf54b16f3988c02948bba66983 100644 |
--- a/chrome/browser/autocomplete/history_quick_provider.cc |
+++ b/chrome/browser/autocomplete/history_quick_provider.cc |
@@ -103,7 +103,8 @@ void HistoryQuickProvider::DoAutocomplete() { |
// Get the matching URLs from the DB. |
ScoredHistoryMatches matches = GetIndex()->HistoryItemsForTerms( |
autocomplete_input_.text(), |
- autocomplete_input_.cursor_position()); |
+ autocomplete_input_.cursor_position(), |
+ AutocompleteProvider::kMaxMatches); |
if (matches.empty()) |
return; |