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

Unified Diff: chrome/test/gpu/gpu_feature_browsertest.cc

Issue 321913002: Removed un-used commandline switches. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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/gpu/gpu_feature_browsertest.cc
diff --git a/chrome/test/gpu/gpu_feature_browsertest.cc b/chrome/test/gpu/gpu_feature_browsertest.cc
index 2bea73f7ed416093387b4c580d176606a40683bc..ec27223f621aca888a49034e4a231ec58eb9f12a 100644
--- a/chrome/test/gpu/gpu_feature_browsertest.cc
+++ b/chrome/test/gpu/gpu_feature_browsertest.cc
@@ -273,7 +273,7 @@ class WebGLMultisamplingTest : public GpuFeatureTest {
public:
virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
GpuFeatureTest::SetUpCommandLine(command_line);
- command_line->AppendSwitch(switches::kDisableGLMultisampling);
+ command_line->AppendSwitch("disable_multisampling");
}
};

Powered by Google App Engine
This is Rietveld 408576698