commit | 3477e6d5e21c4bf01cc4a19b62726ac677ee4d96 | [log] [tgz] |
---|---|---|
author | Shibalik Mohapatra <[email protected]> | Mon Apr 03 17:24:37 2023 |
committer | Chromium LUCI CQ <[email protected]> | Mon Apr 03 17:24:37 2023 |
tree | 4e11cb1d8669ad8844490e3800463f1e8e9cdfff | |
parent | b74416327a3356b1e2b3b55d8076b02fa07b8831 [diff] [blame] |
[Chrome Refresh] Add a new feature flag for omnibox icons and add right padding to page info icon Bug: 1429781 Change-Id: I873fc69a2aa2ee0f91ea8ff9f79b7d7d86c7469a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4388999 Reviewed-by: David Pennington <[email protected]> Reviewed-by: manuk hovanesian <[email protected]> Commit-Queue: Shibalik Mohapatra <[email protected]> Cr-Commit-Position: refs/heads/main@{#1125419}
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc index 0590ed9f..097779d 100644 --- a/chrome/browser/flag_descriptions.cc +++ b/chrome/browser/flag_descriptions.cc
@@ -2091,6 +2091,10 @@ const char kOmniboxCR23ExpandedStateShapeDescription[] = "Updates Omnibox expanded state shape to comply with CR23 guidelines."; +const char kOmniboxCR23SteadyStateIconsName[] = "Omnibox Steady State Icons"; +const char kOmniboxCR23SteadyStateIconsDescription[] = + "Updates Omnibox steady state icons to comply with CR23 guidelines."; + const char kOmniboxDefaultBrowserPedalName[] = "Omnibox Default Browser Pedal"; const char kOmniboxDefaultBrowserPedalDescription[] = "Enables a pedal that helps the user 'set default browser'.";