[omnibox] Add feature and flag for OmniboxPedalsBatch2NonEnglish

This CL adds the feature and flag to allow batch 2 Pedals in
non-English locales. It is only applicable when the
OmniboxPedalsBatch2 flag is enabled.

Bug: 893183
Change-Id: I737c6ceac85ee064bbf9af985dcaa67b2d2308f2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2875957
Reviewed-by: manuk hovanesian <[email protected]>
Commit-Queue: Orin Jaworski <[email protected]>
Cr-Commit-Position: refs/heads/master@{#879902}
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h
index 4b76258..73cd3e3 100644
--- a/chrome/browser/flag_descriptions.h
+++ b/chrome/browser/flag_descriptions.h
@@ -2109,6 +2109,9 @@
 extern const char kOmniboxPedalsBatch2Name[];
 extern const char kOmniboxPedalsBatch2Description[];
 
+extern const char kOmniboxPedalsBatch2NonEnglishName[];
+extern const char kOmniboxPedalsBatch2NonEnglishDescription[];
+
 extern const char kOmniboxPedalsDefaultIconColoredName[];
 extern const char kOmniboxPedalsDefaultIconColoredDescription[];