| Index: chrome/browser/autofill/autofill_country.cc
|
| diff --git a/chrome/browser/autofill/autofill_country.cc b/chrome/browser/autofill/autofill_country.cc
|
| index 2dea6af516e00001a50c0e913444d6fbdeb6febd..8eb5b523ecb9a6afec4024167fddc33ee46005d0 100644
|
| --- a/chrome/browser/autofill/autofill_country.cc
|
| +++ b/chrome/browser/autofill/autofill_country.cc
|
| @@ -422,10 +422,8 @@ CountryNames* CountryNames::GetInstance() {
|
| }
|
|
|
| const std::string CountryNames::ApplicationLocale() {
|
| - if (application_locale_.empty()) {
|
| - DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
|
| + if (application_locale_.empty())
|
| application_locale_ = g_browser_process->GetApplicationLocale();
|
| - }
|
|
|
| return application_locale_;
|
| }
|
|
|