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

Unified Diff: chrome/test/tab_switching/tab_switching_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/tab_switching/tab_switching_test.cc
diff --git a/chrome/test/tab_switching/tab_switching_test.cc b/chrome/test/tab_switching/tab_switching_test.cc
index 72677d8357e47f069e423c128ef9e841c06f03ac..20386c8d65ad022730d9d040e8836eb6262dfe71 100644
--- a/chrome/test/tab_switching/tab_switching_test.cc
+++ b/chrome/test/tab_switching/tab_switching_test.cc
@@ -174,7 +174,7 @@ class TabSwitchingUITest : public UITest {
void AddLaunchArguments() {
launch_arguments_.AppendSwitch(switches::kEnableLogging);
launch_arguments_.AppendSwitch(switches::kDumpHistogramsOnExit);
- launch_arguments_.AppendSwitchWithValue(switches::kLoggingLevel, "0");
+ launch_arguments_.AppendSwitchASCII(switches::kLoggingLevel, "0");
}
DISALLOW_COPY_AND_ASSIGN(TabSwitchingUITest);

Powered by Google App Engine
This is Rietveld 408576698