| Index: content/public/test/test_launcher.cc
|
| diff --git a/content/public/test/test_launcher.cc b/content/public/test/test_launcher.cc
|
| index ff2df30982496d334fdd5603d152ca0353a23ded..8df8d48589263061f61dca4aea6ec5f1955bb2c5 100644
|
| --- a/content/public/test/test_launcher.cc
|
| +++ b/content/public/test/test_launcher.cc
|
| @@ -422,10 +422,6 @@ int RunTest(TestLauncherDelegate* launcher_delegate,
|
| new_cmd_line.AppendSwitchNative((*iter).first, (*iter).second);
|
| }
|
|
|
| - // Do not let the child ignore failures. We need to propagate the
|
| - // failure status back to the parent.
|
| - new_cmd_line.AppendSwitch(base::TestSuite::kStrictFailureHandling);
|
| -
|
| base::ScopedTempDir temp_dir;
|
| // Create a new data dir and pass it to the child.
|
| if (!temp_dir.CreateUniqueTempDir() || !temp_dir.IsValid()) {
|
|
|