| Index: content/browser/renderer_host/input/touch_action_browsertest.cc
|
| diff --git a/content/browser/renderer_host/input/touch_action_browsertest.cc b/content/browser/renderer_host/input/touch_action_browsertest.cc
|
| index 33845ae9e8ac0255354cbe70d31220fd42cd7845..aed4c352cf195035736d65a530d5398e8b30fe05 100644
|
| --- a/content/browser/renderer_host/input/touch_action_browsertest.cc
|
| +++ b/content/browser/renderer_host/input/touch_action_browsertest.cc
|
| @@ -110,8 +110,6 @@ class TouchActionBrowserTest : public ContentBrowserTest {
|
|
|
| // ContentBrowserTest:
|
| void SetUpCommandLine(base::CommandLine* cmd) override {
|
| - cmd->AppendSwitchASCII(switches::kTouchEvents,
|
| - switches::kTouchEventsEnabled);
|
| // TODO(rbyers): Remove this switch once touch-action ships.
|
| // http://crbug.com/241964
|
| cmd->AppendSwitch(switches::kEnableExperimentalWebPlatformFeatures);
|
|
|