| 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 26440141c547eda8ce2afc3c137f543083bad53a..775eb1fe24220cdd37e8cfa5c2ecde422e6bace7 100644
|
| --- a/chrome/browser/history/scored_history_match.h
|
| +++ b/chrome/browser/history/scored_history_match.h
|
| @@ -97,6 +97,10 @@ struct ScoredHistoryMatch : public history::HistoryMatch {
|
| static float GetPopularityScore(int typed_count,
|
| int visit_count);
|
|
|
| + // Sets use_new_scoring based on command line flags and/or
|
| + // field trial state.
|
| + static void InitializeNewScoringField();
|
| +
|
| // End of functions used only in "new" scoring --------------------------
|
|
|
| // An interim score taking into consideration location and completeness
|
|
|