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

Unified Diff: chrome/test/plugin/plugin_test.cpp

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/plugin/plugin_test.cpp
diff --git a/chrome/test/plugin/plugin_test.cpp b/chrome/test/plugin/plugin_test.cpp
index 80643b7c380c3e1d461120bea91c7d751e367fbd..e047121d0db80703cdb0633abaddba6037e42651 100644
--- a/chrome/test/plugin/plugin_test.cpp
+++ b/chrome/test/plugin/plugin_test.cpp
@@ -64,8 +64,8 @@ class PluginTest : public UITest {
// the new plugin.
launch_arguments_.AppendSwitch(kUseOldWMPPluginSwitch);
} else if (strcmp(test_info->name(), "FlashSecurity") == 0) {
- launch_arguments_.AppendSwitchWithValue(switches::kTestSandbox,
- "security_tests.dll");
+ launch_arguments_.AppendSwitchASCII(switches::kTestSandbox,
+ "security_tests.dll");
}
UITest::SetUp();

Powered by Google App Engine
This is Rietveld 408576698