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

Unified Diff: chrome/test/ui/sandbox_uitests.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/test/ui/sandbox_uitests.cc
diff --git a/chrome/test/ui/sandbox_uitests.cc b/chrome/test/ui/sandbox_uitests.cc
index 172028b70d5f2e2435c3a919ee2d6775ddcfceb8..e65abfc70a52aa1c067af52f2e16de8ae9cc7df3 100644
--- a/chrome/test/ui/sandbox_uitests.cc
+++ b/chrome/test/ui/sandbox_uitests.cc
@@ -13,8 +13,8 @@ class SandboxTest : public UITest {
protected:
// Launches chrome with the --test-sandbox=security_tests.dll flag.
SandboxTest() : UITest() {
- launch_arguments_.AppendSwitchWithValue(switches::kTestSandbox,
- "security_tests.dll");
+ launch_arguments_.AppendSwitchASCII(switches::kTestSandbox,
+ "security_tests.dll");
}
};

Powered by Google App Engine
This is Rietveld 408576698