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.";