Commit 3d9e7805 authored by Yuichiro Hanada's avatar Yuichiro Hanada Committed by Commit Bot

Enable 'enable-floating-virtual-keyboard' by default.

Bug: 771466, 776260
Test: Confirm that floating VK is enabled after setting the flag to 'Default'.
Change-Id: I2e4a26ee05dbaba16cd78f0768e6fae3d079bcc4
Reviewed-on: https://chromium-review.googlesource.com/954804Reviewed-by: default avatarSadrul Chowdhury <sadrul@chromium.org>
Commit-Queue: Yuichiro Hanada <yhanada@chromium.org>
Cr-Commit-Position: refs/heads/master@{#541976}
parent d9ede243
......@@ -14,7 +14,7 @@ namespace features {
// Enables the floating virtual keyboard behavior.
const base::Feature kEnableFloatingVirtualKeyboard = {
"enable-floating-virtual-keyboard", base::FEATURE_DISABLED_BY_DEFAULT};
"enable-floating-virtual-keyboard", base::FEATURE_ENABLED_BY_DEFAULT};
// Applies the material design mode to elements throughout Chrome (not just top
// Chrome).
......
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