Index: chrome_browser_main_win.cc |
=================================================================== |
--- chrome_browser_main_win.cc (revision 143708) |
+++ chrome_browser_main_win.cc (working copy) |
@@ -162,10 +162,6 @@ |
ChromeBrowserMainPartsWin::ChromeBrowserMainPartsWin( |
const content::MainFunctionParams& parameters) |
: ChromeBrowserMainParts(parameters) { |
- if (base::win::GetVersion() >= base::win::VERSION_WIN8) { |
- CommandLine::ForCurrentProcess()->AppendSwitch( |
- switches::kEnableTouchEvents); |
- } |
} |
ChromeBrowserMainPartsWin::~ChromeBrowserMainPartsWin() { |