Properly add assistive flag.
There was a small cut and paste mistake in the earlier CL.
Also, actually make the feature available for the keyboard to query.
Bug: 1046641
Change-Id: I9f4abdf48e0436b2f4feb7f56b4c5cf3e68f86b0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2105672
Commit-Queue: Darren Shen <[email protected]>
Reviewed-by: Darren Shen <[email protected]>
Auto-Submit: John Palmer <[email protected]>
Cr-Commit-Position: refs/heads/master@{#751903}
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 66dd567..998877a 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -2727,7 +2727,7 @@
{"enable-cros-ime-assist-autocorrect",
flag_descriptions::kImeAssistAutocorrectName,
flag_descriptions::kImeAssistAutocorrectDescription, kOsCrOS,
- FEATURE_VALUE_TYPE(chromeos::features::kAssistPersonalInfo)},
+ FEATURE_VALUE_TYPE(chromeos::features::kAssistAutoCorrect)},
{"enable-cros-ime-assist-personal-info",
flag_descriptions::kImeAssistPersonalInfoName,
flag_descriptions::kImeAssistPersonalInfoDescription, kOsCrOS,