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, ""); |
Nikita (slow)
2010/11/13 10:36:59
You're not introducing a new preference but use ex
Nikita (slow)
2010/11/13 10:36:59
Not marking this new profile preference as synchro
Denis Lagno
2010/11/13 12:48:23
kApplicationLocale is already present in chrome/br
Denis Lagno
2010/11/13 12:48:23
Done.
|
} |
// static |