diff options
Diffstat (limited to 'chrome/browser/predictors/autocomplete_action_predictor.h')
-rw-r--r-- | chrome/browser/predictors/autocomplete_action_predictor.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/chrome/browser/predictors/autocomplete_action_predictor.h b/chrome/browser/predictors/autocomplete_action_predictor.h index 8827b48..42353fd 100644 --- a/chrome/browser/predictors/autocomplete_action_predictor.h +++ b/chrome/browser/predictors/autocomplete_action_predictor.h @@ -55,9 +55,6 @@ class AutocompleteActionPredictor explicit AutocompleteActionPredictor(Profile* profile); virtual ~AutocompleteActionPredictor(); - static void set_hit_weight(double weight) { hit_weight_ = weight; } - static double get_hit_weight() { return hit_weight_; } - // Registers an AutocompleteResult for a given |user_text|. This will be used // when the user navigates from the Omnibox to determine early opportunities // to predict their actions. @@ -122,11 +119,6 @@ class AutocompleteActionPredictor static const int kMaximumDaysToKeepEntry; - // Multiplying factor applied to the |number_of_hits| for a database entry - // when calculating the confidence. It is currently set by a field trial so is - // static. Once the field trial ends, this will be a constant value. - static double hit_weight_; - // NotificationObserver virtual void Observe(int type, const content::NotificationSource& source, |