| 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_;
|
|
|
|
|