Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(138)

Unified Diff: components/autofill/browser/autofill_country.h

Issue 13488009: Remove application locale cache in autofill code. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: sync Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/autofill/browser/autofill_country.h
===================================================================
--- components/autofill/browser/autofill_country.h (revision 192613)
+++ components/autofill/browser/autofill_country.h (working copy)
@@ -59,12 +59,6 @@
static const std::string GetCountryCode(const string16& country,
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_; }
const string16 name() const { return name_; }
const string16 postal_code_label() const { return postal_code_label_; }
« no previous file with comments | « components/autofill/browser/autocomplete_history_manager_unittest.cc ('k') | components/autofill/browser/autofill_country.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698