| Index: components/search_engines/template_url_prepopulate_data.h
|
| diff --git a/components/search_engines/template_url_prepopulate_data.h b/components/search_engines/template_url_prepopulate_data.h
|
| index 9d6787305b98f5014824974bbadff162755d5574..b187b0030a9b6f23e4d01bf2f93746db2104e75c 100644
|
| --- a/components/search_engines/template_url_prepopulate_data.h
|
| +++ b/components/search_engines/template_url_prepopulate_data.h
|
| @@ -17,8 +17,6 @@
|
|
|
| class GURL;
|
| class PrefService;
|
| -class SearchTermsData;
|
| -class TemplateURL;
|
| struct TemplateURLData;
|
|
|
| namespace user_prefs {
|
| @@ -59,15 +57,6 @@ void ClearPrepopulatedEnginesInPrefs(PrefService* prefs);
|
| std::unique_ptr<TemplateURLData> GetPrepopulatedDefaultSearch(
|
| PrefService* prefs);
|
|
|
| -// Returns the type of the provided engine, or SEARCH_ENGINE_OTHER if no engines
|
| -// match. This checks the TLD+1 for the most part, but will report the type as
|
| -// SEARCH_ENGINE_GOOGLE for any hostname that causes
|
| -// google_util::IsGoogleHostname() to return true.
|
| -//
|
| -// NOTE: Must be called on the UI thread.
|
| -SearchEngineType GetEngineType(const TemplateURL& template_url,
|
| - const SearchTermsData& search_terms_data);
|
| -
|
| // Like the above, but takes a GURL which is expected to represent a search URL.
|
| // This may be called on any thread.
|
| SearchEngineType GetEngineType(const GURL& url);
|
|
|