Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(52)

Unified Diff: chrome/test/automation/automation_proxy_uitest.cc

Issue 3935001: Rename CommandLine::ARGUMENTS_ONLY to NO_PROGRAM. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/service/service_process_unittest.cc ('k') | chrome/test/render_view_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_);
}
« no previous file with comments | « chrome/service/service_process_unittest.cc ('k') | chrome/test/render_view_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698