| Index: components/omnibox/browser/omnibox_field_trial.cc
|
| diff --git a/components/omnibox/browser/omnibox_field_trial.cc b/components/omnibox/browser/omnibox_field_trial.cc
|
| index ca7554b7a8d7d124417c644ab19801a74749821c..f73625412a28e18887f8ed3f6f706db14526e5c0 100644
|
| --- a/components/omnibox/browser/omnibox_field_trial.cc
|
| +++ b/components/omnibox/browser/omnibox_field_trial.cc
|
| @@ -81,6 +81,11 @@ const base::Feature kZeroSuggestSwapTitleAndUrl{
|
| const base::Feature kDisplayTitleForCurrentUrl{
|
| "OmniboxDisplayTitleForCurrentUrl", base::FEATURE_DISABLED_BY_DEFAULT};
|
|
|
| +// Feature used for the max autocomplete matches UI experiment.
|
| +const base::Feature kUIExperimentMaxAutocompleteMatches{
|
| + "OmniboxUIExperimentMaxAutocompleteMatches",
|
| + base::FEATURE_DISABLED_BY_DEFAULT};
|
| +
|
| // Feature used for the vertical margin UI experiment.
|
| const base::Feature kUIExperimentVerticalMargin{
|
| "OmniboxUIExperimentVerticalMargin", base::FEATURE_DISABLED_BY_DEFAULT};
|
| @@ -761,6 +766,8 @@ const char
|
| OmniboxFieldTrial::kZeroSuggestRedirectToChromeAdditionalFieldsParam[] =
|
| "ZeroSuggestRedirectToChromeAdditionalFields";
|
|
|
| +const char OmniboxFieldTrial::kUIMaxAutocompleteMatchesParam[] =
|
| + "UIMaxAutocompleteMatches";
|
| const char OmniboxFieldTrial::kUIVerticalMarginParam[] = "UIVerticalMargin";
|
|
|
| // static
|
|
|