| Index: components/omnibox/browser/autocomplete_result.h
|
| diff --git a/components/omnibox/browser/autocomplete_result.h b/components/omnibox/browser/autocomplete_result.h
|
| index 832827b5f9461cf7e264e62b97ae0b0e17f8b5ef..160aa3c58ec2eda765f966472633c9b655596a70 100644
|
| --- a/components/omnibox/browser/autocomplete_result.h
|
| +++ b/components/omnibox/browser/autocomplete_result.h
|
| @@ -126,12 +126,11 @@ class AutocompleteResult {
|
|
|
| // Sort |matches| by destination, taking into account demotions based on
|
| // |page_classification| when resolving ties about which of several
|
| - // duplicates to keep. The matches are also deduplicated. If
|
| - // |set_duplicate_matches| is true, the duplicate matches are stored in the
|
| - // |duplicate_matches| vector of the corresponding AutocompleteMatch.
|
| - static void DedupMatchesByDestination(
|
| + // duplicates to keep. The matches are also deduplicated. Duplicate matches
|
| + // are stored in the |duplicate_matches| vector of the corresponding
|
| + // AutocompleteMatch.
|
| + static void SortAndDedupMatches(
|
| metrics::OmniboxEventProto::PageClassification page_classification,
|
| - bool set_duplicate_matches,
|
| ACMatches* matches);
|
|
|
| private:
|
|
|