| Index: chrome/test/startup/startup_test.cc
|
| diff --git a/chrome/test/startup/startup_test.cc b/chrome/test/startup/startup_test.cc
|
| index 5fa93801757f95565c9711c9a76e6272f5027252..6bd4767a2ea6a79de43e4801b16807762210895b 100644
|
| --- a/chrome/test/startup/startup_test.cc
|
| +++ b/chrome/test/startup/startup_test.cc
|
| @@ -278,7 +278,7 @@ void StartupTest::RunPerfTestWithManyTabs(const char* graph, const char* trace,
|
| UITest::TearDown();
|
| // Clear all arguments for session restore, or the number of open tabs
|
| // will grow with each restore.
|
| - launch_arguments_ = CommandLine(CommandLine::ARGUMENTS_ONLY);
|
| + launch_arguments_ = CommandLine(CommandLine::NO_PROGRAM);
|
| // The session will be restored once per cycle for numCycles test cycles,
|
| // and each time, UITest::SetUp will wait for |tab_count| tabs to
|
| // finish loading.
|
|
|