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

Unified Diff: chrome/test/page_cycler/page_cycler_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/page_cycler/page_cycler_test.cc
diff --git a/chrome/test/page_cycler/page_cycler_test.cc b/chrome/test/page_cycler/page_cycler_test.cc
index 45bf07ab8cc41eef9c58a42965c48e9d4eee2bbd..9c27f2a29ce339cd9a98a44f94639c2ce0170069 100644
--- a/chrome/test/page_cycler/page_cycler_test.cc
+++ b/chrome/test/page_cycler/page_cycler_test.cc
@@ -162,8 +162,8 @@ class PageCyclerTest : public UITest {
// Expose garbage collection for the page cycler tests.
- launch_arguments_.AppendSwitchWithValue(switches::kJavaScriptFlags,
- "--expose_gc");
+ launch_arguments_.AppendSwitchASCII(switches::kJavaScriptFlags,
+ "--expose_gc");
#if defined(OS_MACOSX)
static rlim_t initial_fd_limit = GetFileDescriptorLimit();
fd_limit_ = initial_fd_limit;

Powered by Google App Engine
This is Rietveld 408576698