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

Unified Diff: chrome/test/nacl/nacl_test.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/nacl/nacl_test.cc
diff --git a/chrome/test/nacl/nacl_test.cc b/chrome/test/nacl/nacl_test.cc
index 5a249c3a8fde1d3c82b28382bd9f9cd471b3ed95..a2c0afbbe95c3bf8db5bd103d21e8cf7f0975dab 100644
--- a/chrome/test/nacl/nacl_test.cc
+++ b/chrome/test/nacl/nacl_test.cc
@@ -33,7 +33,7 @@ NaClTest::NaClTest()
#if defined(OS_LINUX) && defined(USE_SECCOMP_SANDBOX)
launch_arguments_.AppendSwitch(switches::kDisableSeccompSandbox);
#endif
- launch_arguments_.AppendSwitchWithValue(switches::kLoggingLevel, "0");
+ launch_arguments_.AppendSwitchASCII(switches::kLoggingLevel, "0");
}
NaClTest::~NaClTest() {}

Powered by Google App Engine
This is Rietveld 408576698