summaryrefslogtreecommitdiff
path: root/chromium/components/search_engines/template_url_prepopulate_data.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/search_engines/template_url_prepopulate_data.h')
-rw-r--r--chromium/components/search_engines/template_url_prepopulate_data.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/chromium/components/search_engines/template_url_prepopulate_data.h b/chromium/components/search_engines/template_url_prepopulate_data.h
index 159263ac147..682060b859d 100644
--- a/chromium/components/search_engines/template_url_prepopulate_data.h
+++ b/chromium/components/search_engines/template_url_prepopulate_data.h
@@ -11,9 +11,6 @@
#include <string>
#include <vector>
-#include "components/search_engines/search_engine_type.h"
-
-class GURL;
class PrefService;
struct TemplateURLData;
@@ -65,10 +62,6 @@ void ClearPrepopulatedEnginesInPrefs(PrefService* prefs);
std::unique_ptr<TemplateURLData> GetPrepopulatedDefaultSearch(
PrefService* prefs);
-// 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);
-
} // namespace TemplateURLPrepopulateData
#endif // COMPONENTS_SEARCH_ENGINES_TEMPLATE_URL_PREPOPULATE_DATA_H_