| 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 5f82c8cc6d2e6e4b93dba7081e02f56cf608b942..298a79aea00f6bfb7cc416b76777ffc7400cd66f 100644
|
| --- a/components/search_engines/template_url_prepopulate_data.h
|
| +++ b/components/search_engines/template_url_prepopulate_data.h
|
| @@ -29,12 +29,6 @@ namespace TemplateURLPrepopulateData {
|
|
|
| extern const int kMaxPrepopulatedEngineID;
|
|
|
| -#if defined(OS_ANDROID)
|
| -// This must be called early only once. |country_code| is the country code at
|
| -// install following the ISO-3166 specification.
|
| -void InitCountryCode(const std::string& country_code);
|
| -#endif
|
| -
|
| void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry);
|
|
|
| // Returns the current version of the prepopulate data, so callers can know when
|
|
|