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

Unified Diff: chrome/browser/profile.cc

Issue 3579011: Chrome OS: make language per user. (Closed)
Patch Set: mend 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/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

Powered by Google App Engine
This is Rietveld 408576698