| Index: components/omnibox/browser/omnibox_field_trial.h
|
| diff --git a/components/omnibox/browser/omnibox_field_trial.h b/components/omnibox/browser/omnibox_field_trial.h
|
| index 1bff94e1f2aa754402e18bd36669526db08d2a47..fd96b33c741c7d9c50cf3e70b311f81e0beb8307 100644
|
| --- a/components/omnibox/browser/omnibox_field_trial.h
|
| +++ b/components/omnibox/browser/omnibox_field_trial.h
|
| @@ -32,7 +32,7 @@ extern const base::Feature kSearchProviderContextAllowHttpsUrls;
|
| extern const base::Feature kZeroSuggestRedirectToChrome;
|
| extern const base::Feature kZeroSuggestSwapTitleAndUrl;
|
| extern const base::Feature kDisplayTitleForCurrentUrl;
|
| -extern const base::Feature kUIExperiments;
|
| +extern const base::Feature kUIExperimentVerticalMargin;
|
| }
|
|
|
| // The set of parameters customizing the HUP scoring.
|
| @@ -497,7 +497,7 @@ class OmniboxFieldTrial {
|
| static const char kZeroSuggestRedirectToChromeAdditionalFieldsParam[];
|
|
|
| // Parameter names used by UI experiments.
|
| - static const char kUIExperimentsVerticalMarginParam[];
|
| + static const char kUIVerticalMarginParam[];
|
|
|
| // The amount of time to wait before sending a new suggest request after the
|
| // previous one unless overridden by a field trial parameter.
|
|
|