Commit 1ac11e95 authored by ananta@chromium.org's avatar ananta@chromium.org

Removing the kEnableTouchEvents switch temporarily from metro chrome as it is

busted. Added the kTouchOptimizedUI switch to metro mode.

BUG=118641
R=cpu,sky
Review URL: https://chromiumcodereview.appspot.com/10211006

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133768 0039d316-1c4b-4281-b951-d872f2087c98
parent 434fff8b
......@@ -164,7 +164,7 @@ ChromeBrowserMainPartsWin::ChromeBrowserMainPartsWin(
: ChromeBrowserMainParts(parameters) {
if (base::win::GetMetroModule()) {
CommandLine::ForCurrentProcess()->AppendSwitch(
switches::kEnableTouchEvents);
switches::kTouchOptimizedUI);
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment