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/15 07:54:41
Please put it in the CHROME_OS ifdef with the TODO
Denis Lagno
2010/11/15 11:50:05
Done.
|
} |
// static |