| Index: chrome/browser/omnibox/omnibox_field_trial.h
|
| diff --git a/chrome/browser/omnibox/omnibox_field_trial.h b/chrome/browser/omnibox/omnibox_field_trial.h
|
| index feb9f7808cd07d1d3f5b61c10d5ae72c679f1eb7..b6d41557954a3aa2f87f45e189708f3ebdc2dbb1 100644
|
| --- a/chrome/browser/omnibox/omnibox_field_trial.h
|
| +++ b/chrome/browser/omnibox/omnibox_field_trial.h
|
| @@ -216,7 +216,8 @@ class OmniboxFieldTrial {
|
| // If the user is in an experiment group that, in the provided
|
| // |current_page_classification| context, demotes the relevance scores
|
| // of certain types of matches, populates the |demotions_by_type| map
|
| - // appropriately. Otherwise, clears |demotions_by_type|.
|
| + // appropriately. Otherwise, sets |demotions_by_type| to its default
|
| + // value based on the context.
|
| static void GetDemotionsByType(
|
| AutocompleteInput::PageClassification current_page_classification,
|
| DemotionMultipliers* demotions_by_type);
|
|
|