Commit 4c259739 authored by Darren Shen's avatar Darren Shen Committed by Commit Bot

[VK] Fix broken flags.

Follow up to r1341437. We should not remove the flag, but always set
it to true instead.

Once the flag has been removed from the extension code, we can remove
these flags in chromium too.

TBR=stevenjb@chromium.org

Bug: 856195
Change-Id: I396910c98289b1634123a16074e7f6c980baf1f1
Reviewed-on: https://chromium-review.googlesource.com/c/1345710Reviewed-by: default avatarDarren Shen <shend@chromium.org>
Reviewed-by: default avatarSteven Bennetts <stevenjb@chromium.org>
Commit-Queue: Darren Shen <shend@chromium.org>
Cr-Commit-Position: refs/heads/master@{#609914}
parent 632966a4
......@@ -364,6 +364,7 @@ void ChromeVirtualKeyboardDelegate::OnHasInputDevices(
"fullscreenhandwriting",
base::FeatureList::IsEnabled(
features::kEnableFullscreenHandwritingVirtualKeyboard)));
features->AppendString(GenerateFeatureFlag("virtualkeyboardmdui", true));
features->AppendString(GenerateFeatureFlag(
"imeservice", base::FeatureList::IsEnabled(
chromeos::features::kImeServiceConnectable)));
......
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