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 06fb76c40711baae45d3738c0396a3c568f27418..6f6a227b1b3d1e8c3d2959371a87452f018d0829 100644 |
--- a/chrome/browser/history/scored_history_match.h |
+++ b/chrome/browser/history/scored_history_match.h |
@@ -30,6 +30,12 @@ class ScoredHistoryMatch : public history::HistoryMatch { |
// expected to deliver (at minimum) to this class. |
static const size_t kMaxVisitsToScore; |
+ //These values are duplicated from the HistoryURLProvider |
sdefresne
2014/05/22 12:39:23
Those constants are only used on scored_history_ma
|
+ static const int kScoreForBestInlineableResult; |
+ static const int kScoreForUnvisitedIntranetResult; |
+ static const int kScoreForWhatYouTypedResult; |
+ static const int kBaseScoreForNonInlineableResult; |
+ |
ScoredHistoryMatch(); // Required by STL. |
// Creates a new match with a raw score calculated for the history item |