commit | 3fb624e958fa54d61a463090b266f0a1da204bd4 | [log] [tgz] |
---|---|---|
author | Orin Jaworski <[email protected]> | Thu May 06 17:27:40 2021 |
committer | Chromium LUCI CQ <[email protected]> | Thu May 06 17:27:40 2021 |
tree | ac62ea31a1a12d2dbb457b0859580edb4966b403 | |
parent | cac5d4333d28c12b950a70c3cd54f99c3bf56caa [diff] [blame] |
[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[];