[omnibox] Launch and remove OmniboxPedalsBatch3 feature & flag
This CL applies post-launch cleanup for the OmniboxPedalsBatch3 feature.
Bug: 893183
Change-Id: I588a316d66372e623c815c897b96e7c08a4db613
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3466176
Reviewed-by: manuk hovanesian <[email protected]>
Commit-Queue: Orin Jaworski <[email protected]>
Cr-Commit-Position: refs/heads/main@{#973819}
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index c735bc6a9..ce9dee9 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -1856,8 +1856,7 @@
"Omnibox Pedals batch 3 for non-English locales";
const char kOmniboxPedalsBatch3NonEnglishDescription[] =
"Enable the third batch of Omnibox Pedals (Find your phone, etc.) for "
- "locales other than 'en' and 'en-GB'. This flag has no effect unless "
- "\"Omnibox Pedals batch 3\" is also enabled.";
+ "locales other than 'en' and 'en-GB'.";
const char kOmniboxSpareRendererName[] =
"Start spare renderer on omnibox focus";
@@ -3864,12 +3863,7 @@
"Omnibox Pedals batch 2 for non-English locales";
const char kOmniboxPedalsBatch2NonEnglishDescription[] =
"Enable the second batch of Omnibox Pedals (Safety Check, etc.) for "
- "locales other than 'en' and 'en-GB'. This flag has no effect unless "
- "\"Omnibox Pedals batch 2\" is also enabled.";
-
-const char kOmniboxPedalsBatch3Name[] = "Omnibox Pedals batch 3";
-const char kOmniboxPedalsBatch3Description[] =
- "Enable the third batch of Omnibox Pedals.";
+ "locales other than 'en' and 'en-GB'.";
const char kOmniboxPedalsTranslationConsoleName[] =
"Omnibox Pedals Translation Console";