| Index: chrome/browser/browser_main.cc
|
| diff --git a/chrome/browser/browser_main.cc b/chrome/browser/browser_main.cc
|
| index 9b580b669f88dc88a67e6fa40c3772d7de48d8be..593b6b177afcdc61b5f6d4f35e358e81a13b2253 100644
|
| --- a/chrome/browser/browser_main.cc
|
| +++ b/chrome/browser/browser_main.cc
|
| @@ -716,7 +716,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.
|
|
|