Commit f64a94eb authored by Darren Shen's avatar Darren Shen Committed by Commit Bot

vk: Enable handwriting gestures by default.

Launching in M85. Needs to land before Feature Freeze.

Bug: 1076172
Change-Id: I8e7634ae13b3dbfce066109b779ff27f6ea457db
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2235220
Commit-Queue: Scott Violet <sky@chromium.org>
Auto-Submit: Darren Shen <shend@chromium.org>
Reviewed-by: default avatarScott Violet <sky@chromium.org>
Cr-Commit-Position: refs/heads/master@{#776595}
parent 7e0ef5a7
...@@ -190,7 +190,7 @@ bool IsUseCommonSelectPopupEnabled() { ...@@ -190,7 +190,7 @@ bool IsUseCommonSelectPopupEnabled() {
#if defined(OS_CHROMEOS) #if defined(OS_CHROMEOS)
const base::Feature kHandwritingGesture = {"HandwritingGesture", const base::Feature kHandwritingGesture = {"HandwritingGesture",
base::FEATURE_DISABLED_BY_DEFAULT}; base::FEATURE_ENABLED_BY_DEFAULT};
#endif #endif
const base::Feature kSynchronousPageFlipTesting{ const base::Feature kSynchronousPageFlipTesting{
......
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