Index: chrome/browser/profile.cc |
diff --git a/chrome/browser/profile.cc b/chrome/browser/profile.cc |
index 626e602812900de9d32f43d5fc0ff206d77d9c5e..62c115cdc1ab33dcabb8da4e5c6d3d2a43d82cd0 100644 |
--- a/chrome/browser/profile.cc |
+++ b/chrome/browser/profile.cc |
@@ -96,6 +96,7 @@ void Profile::RegisterUserPrefs(PrefService* prefs) { |
prefs->RegisterDictionaryPref(prefs::kCurrentThemeDisplayProperties); |
prefs->RegisterBooleanPref(prefs::kDisableExtensions, false); |
prefs->RegisterStringPref(prefs::kSelectFileLastDirectory, ""); |
+ prefs->RegisterStringPref(prefs::kApplicationLocale, ""); |
} |
// static |