[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'.";