diff options
Diffstat (limited to 'chrome/browser/autofill/autofill_country.h')
-rw-r--r-- | chrome/browser/autofill/autofill_country.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/autofill/autofill_country.h b/chrome/browser/autofill/autofill_country.h index a99f68b..7e2b407 100644 --- a/chrome/browser/autofill/autofill_country.h +++ b/chrome/browser/autofill/autofill_country.h @@ -36,6 +36,9 @@ class AutofillCountry { const std::string& locale); // Returns the application locale. + // The first time this is called, it should be called from the UI thread. + // Once [ http://crbug.com/100845 ] is fixed, this method should *only* be + // called from the UI thread. static const std::string ApplicationLocale(); const std::string country_code() const { return country_code_; } |