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

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

Issue 1286093006: Launch HQP & HUP score changes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 a4da02eb1dfbc2e88212cabaf38e03800909828e..737288a214bc47cf2254c7fad944ff4523dab2cc 100644
--- a/components/omnibox/browser/scored_history_match.h
+++ b/components/omnibox/browser/scored_history_match.h
@@ -186,6 +186,10 @@ struct ScoredHistoryMatch : public history::HistoryMatch {
// are given topicality score of 0. By default it is initalized to -1.
static float topicality_threshold_;
+ // |hqp_relevance_buckets_str_| is used to control the hqp score ranges.
+ // It is the string representation of |hqp_relevance_buckets_|.
+ static char hqp_relevance_buckets_str_[];
+
// |hqp_relevance_buckets_| gives mapping from (topicality*frequency)
// to the final relevance scoring. Please see GetFinalRelevancyScore()
// for more details and scoring method.
« no previous file with comments | « components/omnibox/browser/omnibox_field_trial_unittest.cc ('k') | components/omnibox/browser/scored_history_match.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698