| Index: chrome/browser/browser_main.cc
 | 
| ===================================================================
 | 
| --- chrome/browser/browser_main.cc	(revision 30650)
 | 
| +++ chrome/browser/browser_main.cc	(working copy)
 | 
| @@ -443,8 +443,7 @@
 | 
|        parsed_command_line.HasSwitch(switches::kParentProfile)) {
 | 
|      FilePath parent_profile = FilePath::FromWStringHack(
 | 
|          parsed_command_line.GetSwitchValue(switches::kParentProfile));
 | 
| -    PrefService parent_local_state(parent_profile,
 | 
| -                                   g_browser_process->file_thread());
 | 
| +    PrefService parent_local_state(parent_profile);
 | 
|      parent_local_state.RegisterStringPref(prefs::kApplicationLocale,
 | 
|                                            std::wstring());
 | 
|      // Right now, we only inherit the locale setting from the parent profile.
 | 
| 
 |