| Index: chrome/test/ui/ui_test.cc
|
| ===================================================================
|
| --- chrome/test/ui/ui_test.cc (revision 9735)
|
| +++ chrome/test/ui/ui_test.cc (working copy)
|
| @@ -332,7 +332,8 @@
|
| command_line.AppendSwitchWithValue(switches::kTestName,
|
| ui_test_name_);
|
|
|
| - DebugFlags::ProcessDebugFlags(&command_line, DebugFlags::UNKNOWN, false);
|
| + DebugFlags::ProcessDebugFlags(
|
| + &command_line, ChildProcessInfo::UNKNOWN_PROCESS, false);
|
| command_line.AppendArguments(arguments, false);
|
|
|
| // Clear user data directory to make sure test environment is consistent
|
|
|