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

Unified Diff: chrome/browser/autocomplete/scored_history_match.h

Issue 1009973005: Omnibox: Fix Scoring Bugs in URLs from History (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix typo Created 5 years, 9 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/autocomplete/scored_history_match.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/autocomplete/scored_history_match.h
diff --git a/chrome/browser/autocomplete/scored_history_match.h b/chrome/browser/autocomplete/scored_history_match.h
index e585fec5dd5f74d6585923d6765a1b8d927bc604..ed2eee6b8606302459c7d05b94c288c2c76aa603 100644
--- a/chrome/browser/autocomplete/scored_history_match.h
+++ b/chrome/browser/autocomplete/scored_history_match.h
@@ -161,6 +161,9 @@ 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_frequency_bugs_;
+
// If true, we allow input terms to match in the TLD (e.g., ".com").
static bool allow_tld_matches_;
« no previous file with comments | « no previous file | chrome/browser/autocomplete/scored_history_match.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698