Add additional flag to control Japanese IME.
Change-Id: Iaa7137065146970f40d6c29ca27ad866424bd6fd
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2054124
Commit-Queue: Yingbing Wu <[email protected]>
Reviewed-by: David Vallet <[email protected]>
Cr-Commit-Position: refs/heads/master@{#741384}
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 210604e0..ab6ed703 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -2619,6 +2619,9 @@
flag_descriptions::kImeInputLogicHmmName,
flag_descriptions::kImeInputLogicHmmDescription, kOsCrOS,
FEATURE_VALUE_TYPE(chromeos::features::kImeInputLogicHmm)},
+ {"enable-cros-ime-mozc-proto", flag_descriptions::kImeMozcProtoName,
+ flag_descriptions::kImeMozcProtoDescription, kOsCrOS,
+ FEATURE_VALUE_TYPE(chromeos::features::kImeMozcProto)},
{"enable-cros-ime-native-decoder", flag_descriptions::kImeNativeDecoderName,
flag_descriptions::kImeNativeDecoderDescription, kOsCrOS,
FEATURE_VALUE_TYPE(chromeos::features::kImeDecoderWithSandbox)},