Index: chrome/browser/autocomplete/history_url_provider.h |
diff --git a/chrome/browser/autocomplete/history_url_provider.h b/chrome/browser/autocomplete/history_url_provider.h |
index aec0bb97bd8518044f4f1fbf0b34eac0508cea52..80277df2971d8edfda3ad9b1222fd5d432119b91 100644 |
--- a/chrome/browser/autocomplete/history_url_provider.h |
+++ b/chrome/browser/autocomplete/history_url_provider.h |
@@ -219,10 +219,6 @@ class HistoryURLProvider : public HistoryProvider { |
// 1415, 1414, ...). |
int CalculateRelevance(MatchType match_type, size_t match_number) const; |
- // Helper function that actually launches the two autocomplete passes. |
- void RunAutocompletePasses(const AutocompleteInput& input, |
- bool fixup_input_and_run_pass_1); |
- |
// Given a |match| containing the "what you typed" suggestion created by |
// SuggestExactInput(), looks up its info in the DB. If found, fills in the |
// title from the DB, promotes the match's priority to that of an inline |