Chromium Code Reviews| Index: components/omnibox/omnibox_field_trial.h |
| diff --git a/components/omnibox/omnibox_field_trial.h b/components/omnibox/omnibox_field_trial.h |
| index 07377bdc7052aa8085c479d91334ed37bdb3c757..5b52e6e9f4085b1b1ec3dbc5c09968935e44597b 100644 |
| --- a/components/omnibox/omnibox_field_trial.h |
| +++ b/components/omnibox/omnibox_field_trial.h |
| @@ -135,11 +135,16 @@ class OmniboxFieldTrial { |
| // user clicks on the omnibox but has not typed anything yet. |
| static bool InZeroSuggestFieldTrial(); |
| - // Returns whether the user is in a ZeroSuggest field trial, but should |
| - // show most visited URL instead. This is used to compare metrics of |
| - // ZeroSuggest and most visited suggestions. |
| + // Returns whether the user is in a ZeroSuggest field trial, which shows |
| + // most visited URLs. This is true for both "MostVisited" and |
| + // "MostVisitedWithoutSERP" trials. |
| static bool InZeroSuggestMostVisitedFieldTrial(); |
| + // Returns whether the user is in ZeroSuggest field trial showing most |
| + // visited URLs. This is slightly different from the trial above in that |
|
Mark P
2014/10/21 19:08:06
nit:
". This is slightly different from the trial
Maria
2014/10/21 23:57:39
Done.
|
| + // it doesn't show suggestions on Google search result pages. |
| + static bool InZeroSuggestMostVisitedWithoutSerpFieldTrial(); |
| + |
| // Returns whether the user is in a ZeroSuggest field trial and URL-based |
| // suggestions can continue to appear after the user has started typing. |
| static bool InZeroSuggestAfterTypingFieldTrial(); |