Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(18)

Unified Diff: chrome/browser/predictors/autocomplete_action_predictor.h

Issue 10453013: Remove hit weight experiment (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: trying rebase again - missing base file? Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/predictors/autocomplete_action_predictor.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/predictors/autocomplete_action_predictor.h
diff --git a/chrome/browser/predictors/autocomplete_action_predictor.h b/chrome/browser/predictors/autocomplete_action_predictor.h
index 8827b48946c6392870cce98462e46bf8c07b477f..42353fd93b172d6c5f21bfd99f3adbb50bb0a3a9 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,
« no previous file with comments | « no previous file | chrome/browser/predictors/autocomplete_action_predictor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698