Chromium Code Reviews| Index: chrome/browser/autocomplete/autocomplete.h |
| diff --git a/chrome/browser/autocomplete/autocomplete.h b/chrome/browser/autocomplete/autocomplete.h |
| index 25e1d5d5f3961fe555dfbc7f9a04e703b77e9b20..aa260c84317f1a4b296319e98e2ddcf6c45b02a3 100644 |
| --- a/chrome/browser/autocomplete/autocomplete.h |
| +++ b/chrome/browser/autocomplete/autocomplete.h |
| @@ -173,6 +173,9 @@ |
| // secondary provider is the default provider. If the user has not typed a |
| // keyword, then the primary provider corresponds to the default provider. |
| // |
| +// Search providers may supply relevance values along with their results to be |
| +// used in place of client-side calculated values. See http://crbug.com/125871 |
|
Peter Kasting
2012/06/05 00:47:51
Nit: I'd just omit the bug reference
msw
2012/06/05 01:49:41
Done.
|
| +// |
| // The value column gives the ranking returned from the various providers. |
| // ++: a series of matches with relevance from n up to (n + max_matches). |
| // --: relevance score falls off over time (discounted 50 points @ 15 minutes, |