Index: components/omnibox/browser/omnibox_field_trial.h |
diff --git a/components/omnibox/browser/omnibox_field_trial.h b/components/omnibox/browser/omnibox_field_trial.h |
index 53bd31e5ce617e8671efdebf28ac726f578b318a..e7afcdfa886e68499fa93e11c13330385cecbc1c 100644 |
--- a/components/omnibox/browser/omnibox_field_trial.h |
+++ b/components/omnibox/browser/omnibox_field_trial.h |
@@ -291,10 +291,6 @@ class OmniboxFieldTrial { |
// For the HQPFixFrequencyScoring experiment that's part of the |
// bundled omnibox field trial. |
- // Returns true if HQP should apply the bug fix for correctly identifying |
- // typed visits. |
- static bool HQPFixTypedVisitBug(); |
- |
// Returns true if HQP should apply the bug fix to discount the visits to |
// pages visited less than ten times. |
static bool HQPFixFewVisitsBug(); |
@@ -385,7 +381,6 @@ class OmniboxFieldTrial { |
static const char kDisableResultsCachingRule[]; |
static const char kMeasureSuggestPollingDelayFromLastKeystrokeRule[]; |
static const char kSuggestPollingDelayMsRule[]; |
- static const char kHQPFixTypedVisitBugRule[]; |
static const char kHQPFixFewVisitsBugRule[]; |
static const char kHQPNumTitleWordsRule[]; |
static const char kHQPAlsoDoHUPLikeScoringRule[]; |