diff options
author | dilmah@chromium.org <dilmah@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-20 14:48:41 +0000 |
---|---|---|
committer | dilmah@chromium.org <dilmah@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-20 14:48:41 +0000 |
commit | a64b24b14002208b9a20574c4da7584ae9b6bb8f (patch) | |
tree | f5b28e3b3e67b853f5d0d1a7cf858574c6498fbe /chrome/browser/profiles | |
parent | cb7126f004840ea93b601644b49f483234373eab (diff) | |
download | chromium_src-a64b24b14002208b9a20574c4da7584ae9b6bb8f.zip chromium_src-a64b24b14002208b9a20574c4da7584ae9b6bb8f.tar.gz chromium_src-a64b24b14002208b9a20574c4da7584ae9b6bb8f.tar.bz2 |
Respect synced locale settings.
BUG=chromium-os:9164
TEST=Manual
Review URL: http://codereview.chromium.org/6000001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69709 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/profiles')
-rw-r--r-- | chrome/browser/profiles/profile.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/profiles/profile.cc b/chrome/browser/profiles/profile.cc index 7f6a5fd..1e2bba4 100644 --- a/chrome/browser/profiles/profile.cc +++ b/chrome/browser/profiles/profile.cc @@ -109,6 +109,7 @@ void Profile::RegisterUserPrefs(PrefService* prefs) { // In the future we may want to maintain kApplicationLocale // in user's profile for other platforms as well. prefs->RegisterStringPref(prefs::kApplicationLocale, ""); + prefs->RegisterStringPref(prefs::kApplicationLocaleBackup, ""); #endif } |