[Lens] Enable color Lens and voice icons in the home screen widget.
Lightmode: https://screenshot.googleplex.com/9Y3amHdcHPBjMqk
Darkmode: https://screenshot.googleplex.com/6T8vyMbzkWnmydD
Bug: b/327257072
Change-Id: I336f4b0e86f70c81085b2722d28b1aba5dd03a2e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5375517
Reviewed-by: Jason Hu <[email protected]>
Reviewed-by: Scott Yoder <[email protected]>
Reviewed-by: Rohit Rao <[email protected]>
Commit-Queue: Charles Yang <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1274640}
diff --git a/ios/chrome/browser/flags/about_flags.mm b/ios/chrome/browser/flags/about_flags.mm
index 4231e539..7a8f75e 100644
--- a/ios/chrome/browser/flags/about_flags.mm
+++ b/ios/chrome/browser/flags/about_flags.mm
@@ -1586,6 +1586,12 @@
{"omnibox-color-icons", flag_descriptions::kOmniboxColorIconsName,
flag_descriptions::kOmniboxColorIconsDescription, flags_ui::kOsIos,
FEATURE_VALUE_TYPE(kOmniboxColorIcons)},
+ {"enable-color-lens-and-voice-icons-in-home-screen-widget",
+ flag_descriptions::kEnableColorLensAndVoiceIconsInHomeScreenWidgetName,
+ flag_descriptions::
+ kEnableColorLensAndVoiceIconsInHomeScreenWidgetDescription,
+ flags_ui::kOsIos,
+ FEATURE_VALUE_TYPE(kEnableColorLensAndVoiceIconsInHomeScreenWidget)},
{"minor-mode-restrictions-for-history-sync-opt-in",
flag_descriptions::kMinorModeRestrictionsForHistorySyncOptInName,
flag_descriptions::kMinorModeRestrictionsForHistorySyncOptInDescription,