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

Unified Diff: chrome/browser/sanity_uitest.cc

Issue 3069014: Convert a bunch of easy AppendSwitchWithValue to *ASCII. (Closed)
Patch Set: fix Created 10 years, 5 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/sanity_uitest.cc
diff --git a/chrome/browser/sanity_uitest.cc b/chrome/browser/sanity_uitest.cc
index c2fe48cbb864823629973c1ed09e02e5ee1d4ad9..29fde79a20f91fe5e0383b3822db8ce12ba42549 100644
--- a/chrome/browser/sanity_uitest.cc
+++ b/chrome/browser/sanity_uitest.cc
@@ -60,7 +60,7 @@ class EarlyReturnTest : public UITest {
// 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");
}
};

Powered by Google App Engine
This is Rietveld 408576698