Convert a bunch of easy AppendSwitchWithValue to *ASCII.
For this patch, I skipped over any instance where it wasn't a nearly trivial
change.
Review URL: http://codereview.chromium.org/3069014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54285 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/browser/sanity_uitest.cc b/chrome/browser/sanity_uitest.cc
index c2fe48c..29fde79 100644
--- a/chrome/browser/sanity_uitest.cc
+++ b/chrome/browser/sanity_uitest.cc
@@ -60,7 +60,7 @@
// handshake that will never come.
set_command_execution_timeout_ms(1);
set_action_timeout_ms(1);
- launch_arguments_.AppendSwitchWithValue(switches::kTryChromeAgain, "10001");
+ launch_arguments_.AppendSwitchASCII(switches::kTryChromeAgain, "10001");
}
};