| Index: components/search_engines/template_url.h
|
| diff --git a/components/search_engines/template_url.h b/components/search_engines/template_url.h
|
| index 2acb146851887d0f8246dbf56c4b60071374d097..215511919a144ce6fa563bd5433f590393482c4d 100644
|
| --- a/components/search_engines/template_url.h
|
| +++ b/components/search_engines/template_url.h
|
| @@ -644,6 +644,11 @@ class TemplateURL {
|
| // OMNIBOX_API_EXTENSION.
|
| std::string GetExtensionId() const;
|
|
|
| + // Returns the type of this search engine, or SEARCH_ENGINE_OTHER if no
|
| + // engines match.
|
| + SearchEngineType GetEngineType(
|
| + const SearchTermsData& search_terms_data) const;
|
| +
|
| // Use the alternate URLs and the search URL to match the provided |url|
|
| // and extract |search_terms| from it. Returns false and an empty
|
| // |search_terms| if no search terms can be matched. The order in which the
|
|
|