| Index: chrome/test/out_of_proc_test_runner.cc
|
| diff --git a/chrome/test/out_of_proc_test_runner.cc b/chrome/test/out_of_proc_test_runner.cc
|
| index 9a3201e1f04d1cf26682bf187b49bbdee38a0c37..44a436ebcf0dca4e0b849a5c1edcaca02e2b770f 100644
|
| --- a/chrome/test/out_of_proc_test_runner.cc
|
| +++ b/chrome/test/out_of_proc_test_runner.cc
|
| @@ -622,6 +622,8 @@ int main(int argc, char** argv) {
|
| "--single-process (to do the above, and also run Chrome in single-\n"
|
| "process mode).\n");
|
|
|
| + testing::InitGoogleTest(&argc, argv);
|
| +
|
| // Make sure the entire browser code is loaded into memory. Reading it
|
| // from disk may be slow on a busy bot, and can easily exceed the default
|
| // timeout causing flaky test failures. Use an empty test that only starts
|
|
|