commit | 1c8c4882c2b7eaf3cfdfa717807d8e7961ed2d7a | [log] [tgz] |
---|---|---|
author | Jungshik Shin <[email protected]> | Wed Sep 14 05:35:26 2022 |
committer | Chromium LUCI CQ <[email protected]> | Wed Sep 14 05:35:26 2022 |
tree | d83cf39fa49b7ec4c0e9126698400cdae7ed7cde | |
parent | 17cd570b8cac60c66922fa3869c919e8628bddbf [diff] [blame] |
Set up a feature flag for 'Hindi Inscript Layout' on chromeOS Bug: 1036187,b/233908778 Change-Id: Id74aff6597bb88dea20f8d88c1f1fd1345ac3287 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3881058 Reviewed-by: Bao-Duy Tran <[email protected]> Commit-Queue: Jungshik Shin <[email protected]> Reviewed-by: Darren Shen <[email protected]> Cr-Commit-Position: refs/heads/main@{#1046756}
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc index 8160126..8cab04d 100644 --- a/chrome/browser/flag_descriptions.cc +++ b/chrome/browser/flag_descriptions.cc
@@ -5681,6 +5681,10 @@ const char kEnableHardwareMirrorModeDescription[] = "Enables hardware support when multiple displays are set to mirror mode."; +const char kHindiInscriptLayoutName[] = "Hindi Inscript Layout on CrOS"; +const char kHindiInscriptLayoutDescription[] = + "Enables Hindi Inscript Layout on ChromeOS."; + const char kLockScreenNotificationName[] = "Lock screen notification"; const char kLockScreenNotificationDescription[] = "Enable notifications on the lock screen.";