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

Unified Diff: chrome_frame/test/perf/chrome_frame_perftest.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_frame/test/perf/chrome_frame_perftest.cc
diff --git a/chrome_frame/test/perf/chrome_frame_perftest.cc b/chrome_frame/test/perf/chrome_frame_perftest.cc
index 0b5d5d84576037c575dd99afc3bd4133b0ae518a..e00e45b99ece6400fda42226e021df49bbd6085a 100644
--- a/chrome_frame/test/perf/chrome_frame_perftest.cc
+++ b/chrome_frame/test/perf/chrome_frame_perftest.cc
@@ -1300,7 +1300,7 @@ bool RunSingleTestOutOfProc(const std::string& test_name) {
// Always enable disabled tests. This method is not called with disabled
// tests unless this flag was specified to the browser test executable.
cmd_line.AppendSwitch("gtest_also_run_disabled_tests");
- cmd_line.AppendSwitchWithValue("gtest_filter", test_name);
+ cmd_line.AppendSwitchASCII("gtest_filter", test_name);
base::ProcessHandle process_handle;
if (!base::LaunchApp(cmd_line, false, false, &process_handle))
« chrome/browser/worker_host/worker_process_host.cc ('K') | « chrome_frame/chrome_tab.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698