| 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 5783476fd13686fef9f6429f6816d3e092c1b53f..3c4df66b0c06ef0205bec0aaeed8454e61c86fc3 100644
|
| --- a/chrome/browser/omnibox/omnibox_field_trial.h
|
| +++ b/chrome/browser/omnibox/omnibox_field_trial.h
|
| @@ -108,6 +108,18 @@ class OmniboxFieldTrial {
|
| // is larger.
|
| static bool InHQPReplaceHUPScoringFieldTrialExperimentGroup();
|
|
|
| + // ---------------------------------------------------------
|
| + // For the AutocompleteController "stop timer" field trial.
|
| +
|
| + // Returns whether the user should get the experimental setup or the
|
| + // default setup for this field trial. The experiment group uses
|
| + // a timer in AutocompleteController to tell the providers to stop
|
| + // looking for matches after too much time has passed. In other words,
|
| + // it tries to tell the providers to stop updating the list of suggested
|
| + // matches if updating the matches would probably be disruptive because
|
| + // they're arriving so late.
|
| + static bool InStopTimerFieldTrialExperimentGroup();
|
| +
|
| private:
|
| DISALLOW_IMPLICIT_CONSTRUCTORS(OmniboxFieldTrial);
|
| };
|
|
|