Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2079)

Unified Diff: chrome/browser/profile.cc

Issue 3579011: Chrome OS: make language per user. (Closed)
Patch Set: spellfix Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« chrome/browser/chromeos/login/login_utils.cc ('K') | « chrome/browser/chromeos/login/login_utils.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698