| Index: chrome/browser/autocomplete/zero_suggest_provider.h
|
| diff --git a/chrome/browser/autocomplete/zero_suggest_provider.h b/chrome/browser/autocomplete/zero_suggest_provider.h
|
| index c3fd7ef744b24a30fec467fb80e36fd1e03e41a9..a4265620c881eb822cbaca3605f296941c3ef900 100644
|
| --- a/chrome/browser/autocomplete/zero_suggest_provider.h
|
| +++ b/chrome/browser/autocomplete/zero_suggest_provider.h
|
| @@ -92,19 +92,6 @@ class ZeroSuggestProvider : public BaseSearchProvider {
|
| const TemplateURL* template_url,
|
| MatchMap* map);
|
|
|
| - // Creates an AutocompleteMatch with the provided |relevance| and |type| to
|
| - // search |template_url| for |query_string|. |accepted_suggestion| will be
|
| - // used to generate Assisted Query Stats.
|
| - //
|
| - // Adds this match to |map|; if such a match already exists, whichever one
|
| - // has lower relevance is eliminated.
|
| - void AddMatchToMap(int relevance,
|
| - AutocompleteMatch::Type type,
|
| - const TemplateURL* template_url,
|
| - const base::string16& query_string,
|
| - int accepted_suggestion,
|
| - MatchMap* map);
|
| -
|
| // Returns an AutocompleteMatch for a navigational suggestion |navigation|.
|
| AutocompleteMatch NavigationToMatch(const NavigationResult& navigation);
|
|
|
|
|