| Index: chrome/browser/browser_main.cc
|
| diff --git a/chrome/browser/browser_main.cc b/chrome/browser/browser_main.cc
|
| index a0bec57c1877321fd4825fa601a4d1060901418b..6327dfeef58871ffae0f8d57e6748c181acf5a56 100644
|
| --- a/chrome/browser/browser_main.cc
|
| +++ b/chrome/browser/browser_main.cc
|
| @@ -631,7 +631,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));
|
| + PrefService::CreatePrefService(parent_profile, NULL, NULL));
|
| parent_local_state->RegisterStringPref(prefs::kApplicationLocale,
|
| std::string());
|
| // Right now, we only inherit the locale setting from the parent profile.
|
|
|