| Index: chrome/browser/browser_main.cc
|
| diff --git a/chrome/browser/browser_main.cc b/chrome/browser/browser_main.cc
|
| index d1090dd476d7b7b7faf1ae669d68f0b642d80265..ffd6ad9adbee74bed2753c9653eca7de32efbad8 100644
|
| --- a/chrome/browser/browser_main.cc
|
| +++ b/chrome/browser/browser_main.cc
|
| @@ -721,7 +721,7 @@ PrefService* InitializeLocalState(const CommandLine& parsed_command_line,
|
| FilePath parent_profile =
|
| parsed_command_line.GetSwitchValuePath(switches::kParentProfile);
|
| scoped_ptr<PrefService> parent_local_state(
|
| - PrefService::CreatePrefService(parent_profile, NULL, NULL));
|
| + PrefService::CreatePrefService(parent_profile, NULL, NULL, false));
|
| parent_local_state->RegisterStringPref(prefs::kApplicationLocale,
|
| std::string());
|
| // Right now, we only inherit the locale setting from the parent profile.
|
|
|