Index: content/browser/renderer_host/input/non_blocking_event_browsertest.cc |
diff --git a/content/browser/renderer_host/input/non_blocking_event_browsertest.cc b/content/browser/renderer_host/input/non_blocking_event_browsertest.cc |
index 87139601ed366a3af0e48708d99d09c1cf531b9c..a314ccb9bf855ebc84fd9a8591b1602489a93c70 100644 |
--- a/content/browser/renderer_host/input/non_blocking_event_browsertest.cc |
+++ b/content/browser/renderer_host/input/non_blocking_event_browsertest.cc |
@@ -109,13 +109,6 @@ class NonBlockingEventBrowserTest : public ContentBrowserTest { |
main_thread_sync.Wait(); |
} |
- // ContentBrowserTest: |
- void SetUpCommandLine(base::CommandLine* cmd) override { |
- // TODO(dtapuska): Remove this switch once wheel-gestures ships. |
- cmd->AppendSwitch(switches::kEnableExperimentalWebPlatformFeatures); |
- cmd->AppendSwitch(switches::kEnableWheelGestures); |
- } |
- |
int ExecuteScriptAndExtractInt(const std::string& script) { |
int value = 0; |
EXPECT_TRUE(content::ExecuteScriptAndExtractInt( |