| 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 49596e8cdd0d0d7c61a407dfb03008e3ec58acab..6357182923211fa3d33cc51ef56ee78121111b84 100644
|
| --- a/components/omnibox/browser/omnibox_field_trial.cc
|
| +++ b/components/omnibox/browser/omnibox_field_trial.cc
|
| @@ -103,9 +103,10 @@ const base::Feature kUIExperimentMaxAutocompleteMatches{
|
| "OmniboxUIExperimentMaxAutocompleteMatches",
|
| base::FEATURE_DISABLED_BY_DEFAULT};
|
|
|
| -// Feature used for hiding the suggestion URL path as a UI experiment.
|
| -const base::Feature kUIExperimentHideSuggestionUrlPath{
|
| - "OmniboxUIExperimentHideSuggestionUrlPath",
|
| +// Feature used for eliding the suggestion URL after the host as a UI
|
| +// experiment.
|
| +const base::Feature kUIExperimentElideSuggestionUrlAfterHost{
|
| + "OmniboxUIExperimentElideSuggestionUrlAfterHost",
|
| base::FEATURE_DISABLED_BY_DEFAULT};
|
|
|
| // Feature used for hiding the suggestion URL scheme as a UI experiment.
|
|
|