Introduce a feature flag to swap title and URL of omnibox suggestions.
Also re-sorts the omnibox UI experiment flags.
Bug:
Change-Id: I8ba7c55f731b82e68ec18194e309953f19cbd56d
Reviewed-on: https://chromium-review.googlesource.com/691063
Reviewed-by: Mark Pearson <[email protected]>
Commit-Queue: Justin Donnelly <[email protected]>
Cr-Commit-Position: refs/heads/master@{#505505}
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index ddd41a0..0f2efba 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -3231,6 +3231,11 @@
kOmniboxUIVerticalMarginVariations,
"OmniboxUIVerticalMarginVariations")},
+ {"omnibox-ui-swap-title-and-url",
+ flag_descriptions::kOmniboxUISwapTitleAndUrlName,
+ flag_descriptions::kOmniboxUISwapTitleAndUrlDescription, kOsDesktop,
+ FEATURE_VALUE_TYPE(omnibox::kUIExperimentSwapTitleAndUrl)},
+
{"use-suggestions-even-if-few",
flag_descriptions::kUseSuggestionsEvenIfFewFeatureName,
flag_descriptions::kUseSuggestionsEvenIfFewFeatureDescription, kOsAll,