| Index: chrome/browser/history/scored_history_match.h
|
| diff --git a/chrome/browser/history/scored_history_match.h b/chrome/browser/history/scored_history_match.h
|
| index 5a246337911c520ea24f97e81fdafddadcadb7b1..0c6189c13e81b68aacbb1467004662c4e04af693 100644
|
| --- a/chrome/browser/history/scored_history_match.h
|
| +++ b/chrome/browser/history/scored_history_match.h
|
| @@ -186,20 +186,6 @@ class ScoredHistoryMatch : public history::HistoryMatch {
|
|
|
| // If true, we allow input terms to match in the scheme (e.g., http://).
|
| static bool allow_scheme_matches_;
|
| -
|
| - // If true, assign raw scores to be max(whatever it normally would be,
|
| - // a score that's similar to the score HistoryURL provider would assign).
|
| - // This variable is set in the constructor by examining the field trial
|
| - // state.
|
| - static bool also_do_hup_like_scoring_;
|
| -
|
| - // The maximum score that can be assigned to non-inlineable matches.
|
| - // This is useful because often we want inlineable matches to come
|
| - // first (even if they don't sometimes score as well as non-inlineable
|
| - // matches) because if a non-inlineable match comes first than all matches
|
| - // will get demoted later in HistoryQuickProvider to non-inlineable scores.
|
| - // Set to -1 to indicate no maximum score.
|
| - static int max_assigned_score_for_non_inlineable_matches_;
|
| };
|
| typedef std::vector<ScoredHistoryMatch> ScoredHistoryMatches;
|
|
|
|
|