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

Unified Diff: chrome/test/ui/ui_test.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/test/startup/startup_test.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/ui/ui_test.cc
diff --git a/chrome/test/ui/ui_test.cc b/chrome/test/ui/ui_test.cc
index 63e941550d300bb978265ee1aee9d5123223696c..0426534d97315d3642674f96076e0f922fd56d30 100644
--- a/chrome/test/ui/ui_test.cc
+++ b/chrome/test/ui/ui_test.cc
@@ -90,7 +90,7 @@ std::string UITestBase::log_level_ = "";
// #define WAIT_FOR_DEBUGGER_ON_OPEN 1
UITestBase::UITestBase()
- : launch_arguments_(CommandLine::ARGUMENTS_ONLY),
+ : launch_arguments_(CommandLine::NO_PROGRAM),
expected_errors_(0),
expected_crashes_(0),
homepage_(chrome::kAboutBlankURL),
@@ -110,7 +110,7 @@ UITestBase::UITestBase()
}
UITestBase::UITestBase(MessageLoop::Type msg_loop_type)
- : launch_arguments_(CommandLine::ARGUMENTS_ONLY),
+ : launch_arguments_(CommandLine::NO_PROGRAM),
expected_errors_(0),
expected_crashes_(0),
homepage_(chrome::kAboutBlankURL),
« no previous file with comments | « chrome/test/startup/startup_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698