Chromium Code Reviews| Index: chrome/browser/search_engines/template_url_prepopulate_data.h |
| diff --git a/chrome/browser/search_engines/template_url_prepopulate_data.h b/chrome/browser/search_engines/template_url_prepopulate_data.h |
| index 6bd7882073ae9078d496d2be91515d0bbd43d096..1e0f9d5bf3c915eded266a61cb53520df0154276 100644 |
| --- a/chrome/browser/search_engines/template_url_prepopulate_data.h |
| +++ b/chrome/browser/search_engines/template_url_prepopulate_data.h |
| @@ -54,6 +54,9 @@ void GetPrepopulatedEngines(Profile* profile, |
| std::vector<TemplateURL*>* t_urls, |
| size_t* default_search_provider_index); |
| +// Removes prepopulated engines stored in user prefs and overwrites its version. |
|
battre
2013/05/22 14:03:37
what does "its" refer to?
vasilii
2013/05/22 18:54:08
Done.
|
| +void ClearPrepopulatedEnginesInPrefs(Profile* profile); |
| + |
| // Returns the default search provider specified by the prepopulate data. |
| // The caller owns the returned value, which may be NULL. |
| // If |profile| is NULL, any search provider overrides from the preferences are |