| Index: components/omnibox/omnibox_field_trial.h
|
| diff --git a/components/omnibox/omnibox_field_trial.h b/components/omnibox/omnibox_field_trial.h
|
| index 4eebf644f256f0ac23d759b94970058b856dc1e4..149a00db7beb5648e77dd933b619fd57d64f5b5f 100644
|
| --- a/components/omnibox/omnibox_field_trial.h
|
| +++ b/components/omnibox/omnibox_field_trial.h
|
| @@ -292,6 +292,14 @@ class OmniboxFieldTrial {
|
| static float HQPExperimentalTopicalityThreshold();
|
|
|
| // ---------------------------------------------------------
|
| + // For the HQPFixFrequencyScoring experiment that's part of the
|
| + // bundled omnibox field trial.
|
| +
|
| + // Returns true if HQP should apply the bug fixes to the GetFrequency()
|
| + // function.
|
| + static bool HQPFixFrequencyScoringBugs();
|
| +
|
| + // ---------------------------------------------------------
|
| // Exposed publicly for the sake of unittests.
|
| static const char kBundledExperimentFieldTrialName[];
|
| // Rule names used by the bundled experiment.
|
| @@ -310,6 +318,7 @@ class OmniboxFieldTrial {
|
| static const char kDisableResultsCachingRule[];
|
| static const char kMeasureSuggestPollingDelayFromLastKeystrokeRule[];
|
| static const char kSuggestPollingDelayMsRule[];
|
| + static const char kHQPFixFrequencyScoringBugsRule[];
|
|
|
| // Parameter names used by the HUP new scoring experiments.
|
| static const char kHUPNewScoringEnabledParam[];
|
|
|