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

Unified Diff: chrome/test/ui/pepper_uitest.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/ui/pepper_uitest.cc
diff --git a/chrome/test/ui/pepper_uitest.cc b/chrome/test/ui/pepper_uitest.cc
index 37654eeea6513d435011a03275ebc2ee8fa38fd0..8a8c00257ae89c685007ae52a1f01b490440e609 100644
--- a/chrome/test/ui/pepper_uitest.cc
+++ b/chrome/test/ui/pepper_uitest.cc
@@ -32,7 +32,7 @@ class PepperTester : public NPAPITesterBase {
launch_arguments_.AppendSwitch(switches::kEnableGPUPlugin);
// Use Mesa software renderer so it can run on testbots without any
// graphics hardware.
- launch_arguments_.AppendSwitchWithValue(switches::kUseGL, "osmesa");
+ launch_arguments_.AppendSwitchASCII(switches::kUseGL, "osmesa");
NPAPITesterBase::SetUp();
}
};

Powered by Google App Engine
This is Rietveld 408576698