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

Unified Diff: components/omnibox/browser/scored_history_match.h

Issue 2351443002: Omnibox - Launch Change to Correctly Classify Typed Visits (Closed)
Patch Set: Created 4 years, 3 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
Index: components/omnibox/browser/scored_history_match.h
diff --git a/components/omnibox/browser/scored_history_match.h b/components/omnibox/browser/scored_history_match.h
index 59001443930949abea47bae2f03b0d5f42521a11..dbf49cf0ff3dd038bf5b16973aa928763ba975e3 100644
--- a/components/omnibox/browser/scored_history_match.h
+++ b/components/omnibox/browser/scored_history_match.h
@@ -168,8 +168,8 @@ struct ScoredHistoryMatch : public history::HistoryMatch {
// untyped visits to non-bookmarked pages and 20 for typed visits.
static int bookmark_value_;
- // True if we should fix certain bugs in frequency scoring.
- static bool fix_typed_visit_bug_;
+ // True if we should fix a bug in frequency scoring relating to how we
+ // extrapolate frecency when the URL has been visited few times.
static bool fix_few_visits_bug_;
// If true, we allow input terms to match in the TLD (e.g., ".com").
« no previous file with comments | « components/omnibox/browser/omnibox_field_trial.cc ('k') | components/omnibox/browser/scored_history_match.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698