Commit 8ae3ef17 authored by sky@chromium.org's avatar sky@chromium.org

Disables touch-optimized-ui on windows since if enabled it causes a

crash.

BUG=128260
TEST=none
R=oshima@chromium.org

Review URL: https://chromiumcodereview.appspot.com/10407044

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138293 0039d316-1c4b-4281-b951-d872f2087c98
parent e03724e5
......@@ -625,7 +625,7 @@ const Experiment kExperiments[] = {
"touch-optimized-ui",
IDS_FLAGS_TOUCH_OPTIMIZED_UI_NAME,
IDS_FLAGS_TOUCH_OPTIMIZED_UI_DESCRIPTION,
kOsWin | kOsCrOS,
kOsCrOS,
MULTI_VALUE_TYPE(kTouchOptimizedUIChoices)
},
{
......
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