Index: chrome/test/automation/automation_proxy_uitest.cc |
diff --git a/chrome/test/automation/automation_proxy_uitest.cc b/chrome/test/automation/automation_proxy_uitest.cc |
index 0ce8bcba76020355593a8ecab8148622190e1ba1..374229d8828e39de9aa82db2f8aa109e9940c6ac 100644 |
--- a/chrome/test/automation/automation_proxy_uitest.cc |
+++ b/chrome/test/automation/automation_proxy_uitest.cc |
@@ -343,7 +343,7 @@ class AutomationProxyTest2 : public AutomationProxyVisibleTest { |
document1_= test_data_directory_.AppendASCII("title1.html"); |
document2_ = test_data_directory_.AppendASCII("title2.html"); |
- launch_arguments_ = CommandLine(CommandLine::ARGUMENTS_ONLY); |
+ launch_arguments_ = CommandLine(CommandLine::NO_PROGRAM); |
launch_arguments_.AppendArgPath(document1_); |
launch_arguments_.AppendArgPath(document2_); |
} |
@@ -560,7 +560,7 @@ class AutomationProxyTest3 : public UITest { |
document1_ = document1_.AppendASCII("frame_dom_access.html"); |
dom_automation_enabled_ = true; |
- launch_arguments_ = CommandLine(CommandLine::ARGUMENTS_ONLY); |
+ launch_arguments_ = CommandLine(CommandLine::NO_PROGRAM); |
launch_arguments_.AppendArgPath(document1_); |
} |