| Index: chrome/browser/profiles/profile.cc
|
| diff --git a/chrome/browser/profiles/profile.cc b/chrome/browser/profiles/profile.cc
|
| index 692012a8e91534fa0ac75bc131e834d030fe4ec7..225a044f05ce8edaf935fca2e6c45a363286b475 100644
|
| --- a/chrome/browser/profiles/profile.cc
|
| +++ b/chrome/browser/profiles/profile.cc
|
| @@ -110,6 +110,8 @@ void Profile::RegisterUserPrefs(PrefService* prefs) {
|
| // in user's profile for other platforms as well.
|
| prefs->RegisterStringPref(prefs::kApplicationLocale, "");
|
| prefs->RegisterStringPref(prefs::kApplicationLocaleBackup, "");
|
| + prefs->RegisterStringPref(prefs::kApplicationLocaleOverride, "");
|
| + prefs->RegisterStringPref(prefs::kApplicationLocaleAccepted, "");
|
| #endif
|
| }
|
|
|
|
|