| Index: chrome/browser/autocomplete/autocomplete_result.h
|
| diff --git a/chrome/browser/autocomplete/autocomplete_result.h b/chrome/browser/autocomplete/autocomplete_result.h
|
| index f79b9abb32bcd68bf68338cbbeffe645ca1664be..68b5096e32883123f00bea6f51905acb1751c33d 100644
|
| --- a/chrome/browser/autocomplete/autocomplete_result.h
|
| +++ b/chrome/browser/autocomplete/autocomplete_result.h
|
| @@ -175,12 +175,6 @@ class AutocompleteResult {
|
| // operator=() by another name.
|
| void CopyFrom(const AutocompleteResult& rhs);
|
|
|
| - // Adds a single match. The match is inserted at the appropriate position
|
| - // based on relevancy and display order. This is ONLY for use after
|
| - // SortAndCull() has been invoked, and preserves default_match_.
|
| - void AddMatch(AutocompleteInput::PageClassification page_classification,
|
| - const AutocompleteMatch& match);
|
| -
|
| // Populates |provider_to_matches| from |matches_|.
|
| void BuildProviderToMatches(ProviderToMatches* provider_to_matches) const;
|
|
|
|
|