Commit be993568 authored by Ahmed Fakhry's avatar Ahmed Fakhry Committed by Commit Bot

cros: Disable double-tap-to-zoom in tablet mode

TBR=sky@chromium.org
BUG=895574

Change-Id: I78f2afbc465d27d26f9c9f27cfdac597b43dd944
Reviewed-on: https://chromium-review.googlesource.com/c/1311693Reviewed-by: default avatarAhmed Fakhry <afakhry@chromium.org>
Commit-Queue: Ahmed Fakhry <afakhry@chromium.org>
Cr-Commit-Position: refs/heads/master@{#604445}
parent ecd56084
...@@ -10,7 +10,7 @@ namespace features { ...@@ -10,7 +10,7 @@ namespace features {
// Enables being able to zoom a web page by double tapping in Chrome OS tablet // Enables being able to zoom a web page by double tapping in Chrome OS tablet
// mode. // mode.
const base::Feature kDoubleTapToZoomInTabletMode{ const base::Feature kDoubleTapToZoomInTabletMode{
"DoubleTapToZoomInTabletMode", base::FEATURE_ENABLED_BY_DEFAULT}; "DoubleTapToZoomInTabletMode", base::FEATURE_DISABLED_BY_DEFAULT};
#endif #endif
} // namespace features } // namespace features
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