| Index: chrome/browser/profiles/profile_impl.cc
|
| diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc
|
| index d973c1f8db8bf43e50a1a919a67292c737313f1f..bd00c807748bb5e4b43c762e770d6a9a06d271b3 100644
|
| --- a/chrome/browser/profiles/profile_impl.cc
|
| +++ b/chrome/browser/profiles/profile_impl.cc
|
| @@ -1495,9 +1495,10 @@ void ProfileImpl::ChangeAppLocale(
|
| }
|
| if (do_update_pref)
|
| GetPrefs()->SetString(prefs::kApplicationLocale, new_locale);
|
| + local_state->SetString(prefs::kApplicationLocale, new_locale);
|
| +
|
| if (chromeos::UserManager::Get()->current_user_is_owner())
|
| local_state->SetString(prefs::kOwnerLocale, new_locale);
|
| - local_state->SetString(prefs::kApplicationLocale, new_locale);
|
|
|
| GetPrefs()->ScheduleSavePersistentPrefs();
|
| local_state->ScheduleSavePersistentPrefs();
|
|
|