Index: chrome/browser/process_singleton_uitest.cc |
diff --git a/chrome/browser/process_singleton_uitest.cc b/chrome/browser/process_singleton_uitest.cc |
index c1f8cd9e67d1d5e049dd7b47094288704896c9bb..57656c2d7ab3df2afa55edcda7b881bbe92b0fd3 100644 |
--- a/chrome/browser/process_singleton_uitest.cc |
+++ b/chrome/browser/process_singleton_uitest.cc |
@@ -72,7 +72,7 @@ class ChromeStarter : public base::RefCountedThreadSafe<ChromeStarter> { |
// Add the normal test-mode switches, except for the ones we're adding |
// ourselves. |
- CommandLine standard_switches(CommandLine::ARGUMENTS_ONLY); |
+ CommandLine standard_switches(CommandLine::NO_PROGRAM); |
test_launcher_utils::PrepareBrowserCommandLineForTests(&standard_switches); |
const CommandLine::SwitchMap& switch_map = standard_switches.GetSwitches(); |
for (CommandLine::SwitchMap::const_iterator i = switch_map.begin(); |