Index: chrome/browser/chrome_browser_main_win.cc |
=================================================================== |
--- chrome/browser/chrome_browser_main_win.cc (revision 133486) |
+++ chrome/browser/chrome_browser_main_win.cc (working copy) |
@@ -164,7 +164,7 @@ |
: ChromeBrowserMainParts(parameters) { |
if (base::win::GetMetroModule()) { |
CommandLine::ForCurrentProcess()->AppendSwitch( |
- switches::kEnableTouchEvents); |
+ switches::kTouchOptimizedUI); |
} |
} |