commit | 583caa18f537ed1029fd80c98bc7d8fda3cc23c1 | [log] [tgz] |
---|---|---|
author | Mikel Astiz <[email protected]> | Fri Oct 30 09:38:13 2020 |
committer | Commit Bot <[email protected]> | Fri Oct 30 09:38:13 2020 |
tree | d127ce6929e865e1634308deafe375c1af7d9b66 | |
parent | 0a393903e0be7823d88d4241041ef4b16af4d729 [diff] [blame] |
Revert "[IME] Remove IME UIL flags." This reverts commit 20fb36e3013a858109ecbf871d059e32edae1816. Reason for revert: speculative revert for chrome_all_tast_tests failures affecting inputs.VirtualKeyboard* tests, for example https://ci.chromium.org/p/chrome/builders/ci/chromeos-betty-pi-arc-chrome/9751 Original change's description: > [IME] Remove IME UIL flags. > > Simplify the UIL/IME service dev/testing. > > TEST=simple chrome > BUG=b/171846787 > > Change-Id: Ibeef37bc89b848cffd5a4a08d5619d41a5c35b33 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2507236 > Reviewed-by: Darren Shen <[email protected]> > Commit-Queue: Leo Zhang <[email protected]> > Cr-Commit-Position: refs/heads/master@{#822479} [email protected],[email protected],[email protected] Change-Id: I2c2a4ccda60320dd7099afcfc28a12122b11e982 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: b/171846787 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2509749 Reviewed-by: Mikel Astiz <[email protected]> Commit-Queue: Mikel Astiz <[email protected]> Cr-Commit-Position: refs/heads/master@{#822582}
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h index 3961239..4675a04 100644 --- a/chrome/browser/flag_descriptions.h +++ b/chrome/browser/flag_descriptions.h
@@ -2463,6 +2463,15 @@ extern const char kImeEmojiSuggestAdditionName[]; extern const char kImeEmojiSuggestAdditionDescription[]; +extern const char kImeInputLogicFstName[]; +extern const char kImeInputLogicFstDescription[]; + +extern const char kImeInputLogicHmmName[]; +extern const char kImeInputLogicHmmDescription[]; + +extern const char kImeInputLogicMozcName[]; +extern const char kImeInputLogicMozcDescription[]; + extern const char kImeMozcProtoName[]; extern const char kImeMozcProtoDescription[];