diff options
Diffstat (limited to 'chrome/browser/profiles/profile.cc')
-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 } |