| Index: chrome/browser/user_data_manager.cc
|
| ===================================================================
|
| --- chrome/browser/user_data_manager.cc (revision 10203)
|
| +++ chrome/browser/user_data_manager.cc (working copy)
|
| @@ -182,6 +182,7 @@
|
| std::wstring command;
|
| PathService::Get(base::FILE_EXE, &command);
|
| CommandLine command_line(command);
|
| + command_line.AppendSwitch(switches::kEnableUserDataDirProfiles);
|
| command_line.AppendSwitchWithValue(switches::kUserDataDir,
|
| user_data_dir);
|
| std::wstring local_state_path;
|
|
|