Chromium Code Reviews| Index: chrome/browser/autocomplete/autocomplete_field_trial.h |
| diff --git a/chrome/browser/autocomplete/autocomplete_field_trial.h b/chrome/browser/autocomplete/autocomplete_field_trial.h |
| index 85ced0dfc8f64a02b5ca1028a29fda9c865666e0..4416536d352ce3150183b826264129c87726ff0d 100644 |
| --- a/chrome/browser/autocomplete/autocomplete_field_trial.h |
| +++ b/chrome/browser/autocomplete/autocomplete_field_trial.h |
| @@ -111,6 +111,17 @@ class AutocompleteFieldTrial { |
| // HistoryQuick provider. |
| static bool InHQPOnlyCountMatchesAtWordBoundariesFieldTrialExperimentGroup(); |
| + // --------------------------------------------------------- |
| + // For the HistoryQuick provider use cursor position field trial. |
| + |
| + // Returns whether the user is in any group for this field trial. |
| + // (Should always be true unless initialization went wrong.) |
| + static bool InHQPUseCursorPositionFieldTrial(); |
| + |
| + // Returns whether HistoryQuick provider shoudl allow breaking the |
|
Peter Kasting
2013/02/06 18:34:27
Nit: shoudl
Mark P
2013/02/06 18:49:17
Done.
|
| + // omnibox input string at cursor position. |
| + static bool InHQPUseCursorPositionFieldTrialExperimentGroup(); |
| + |
| private: |
| DISALLOW_IMPLICIT_CONSTRUCTORS(AutocompleteFieldTrial); |
| }; |