| Index: components/search_engines/template_url_service.h
|
| diff --git a/components/search_engines/template_url_service.h b/components/search_engines/template_url_service.h
|
| index da7c5169a0f09b3d1ca09bff53e07c62fefc88f4..801ca6364295522dc093aff93e476256ab2f7a01 100644
|
| --- a/components/search_engines/template_url_service.h
|
| +++ b/components/search_engines/template_url_service.h
|
| @@ -133,6 +133,13 @@ class TemplateURLService : public WebDataServiceConsumer,
|
| const GURL& url,
|
| TemplateURL** template_url_to_replace);
|
|
|
| + // Returns whether |template_url| should be shown in the list of engines
|
| + // most likely to be selected as a default engine. This is meant to highlight
|
| + // the current default, as well as the other most likely choices of default
|
| + // engine, separately from a full list of all TemplateURLs (which might be
|
| + // very long).
|
| + bool ShowInDefaultList(const TemplateURL* template_url);
|
| +
|
| // Adds to |matches| all TemplateURLs whose keywords begin with |prefix|,
|
| // sorted shortest-keyword-first. If |supports_replacement_only| is true, only
|
| // TemplateURLs that support replacement are returned.
|
|
|