commit | 3cc775455c48b99566fa81777d241e823ace7b5c | [log] [tgz] |
---|---|---|
author | Leo Zhang <[email protected]> | Wed Nov 07 00:58:08 2018 |
committer | Commit Bot <[email protected]> | Wed Nov 07 00:58:08 2018 |
tree | 4d0a3587bf101204b94cb4ac98c144f8454c1c5a | |
parent | 20c48bd4d3b502e4a5caefb1b6602c49c55000ba [diff] [blame] |
Add IME service flag on ChromeOS. This flag will provide entry for users to enable the IME service. Bug: 888885 Change-Id: Ie21e5d1afd001db6968ce69d248304fad35bc31e Reviewed-on: https://chromium-review.googlesource.com/c/1319223 Reviewed-by: Scott Violet <[email protected]> Commit-Queue: Leo Zhang <[email protected]> Cr-Commit-Position: refs/heads/master@{#605893}
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h index 320c683f..9076fd0 100644 --- a/chrome/browser/flag_descriptions.h +++ b/chrome/browser/flag_descriptions.h
@@ -2060,6 +2060,9 @@ extern const char kInputViewName[]; extern const char kInputViewDescription[]; +extern const char kImeServiceName[]; +extern const char kImeServiceDescription[]; + extern const char kLockScreenNotificationName[]; extern const char kLockScreenNotificationDescription[];