| 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 4a218f73f1fcf7b434a124c0793594e2ab4c3e05..4276908b0e66fc49f8684b0bd9de2f0824fd1d18 100644
|
| --- a/components/search_engines/template_url_prepopulate_data.h
|
| +++ b/components/search_engines/template_url_prepopulate_data.h
|
| @@ -55,10 +55,6 @@ std::vector<std::unique_ptr<TemplateURLData>> GetLocalPrepopulatedEngines(
|
| // Returns all prepopulated engines for all locales. Used only by tests.
|
| std::vector<const PrepopulatedEngine*> GetAllPrepopulatedEngines();
|
|
|
| -// Returns a TemplateURLData for the specified prepopulated engine.
|
| -std::unique_ptr<TemplateURLData> MakeTemplateURLDataFromPrepopulatedEngine(
|
| - const PrepopulatedEngine& engine);
|
| -
|
| // Removes prepopulated engines and their version stored in user prefs.
|
| void ClearPrepopulatedEnginesInPrefs(PrefService* prefs);
|
|
|
|
|