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

Unified Diff: chrome/browser/process_singleton_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
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();
« no previous file with comments | « chrome/browser/prefs/pref_service_unittest.cc ('k') | chrome/renderer/safe_browsing/render_view_fake_resources_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698