| Index: chrome/browser/autocomplete/search_provider.h
|
| diff --git a/chrome/browser/autocomplete/search_provider.h b/chrome/browser/autocomplete/search_provider.h
|
| index d7be6bf878ddb824e3321dd1da30c6541f97bce4..7140c5c6ad52f8aef1ad25ea79a1ecc3c8aabb76 100644
|
| --- a/chrome/browser/autocomplete/search_provider.h
|
| +++ b/chrome/browser/autocomplete/search_provider.h
|
| @@ -229,9 +229,9 @@ class SearchProvider : public BaseSearchProvider,
|
| // be chosen as default.
|
| ACMatches::const_iterator FindTopMatch() const;
|
|
|
| - // Checks if suggested relevances violate certain expected constraints.
|
| - // See UpdateMatches() for the use and explanation of these constraints.
|
| - bool HasKeywordDefaultMatchInKeywordMode() const;
|
| + // Checks if suggested relevances violate an expected constraint.
|
| + // See UpdateMatches() for the use and explanation of this constraint
|
| + // and other constraints enforced without the use of helper functions.
|
| bool IsTopMatchSearchWithURLInput() const;
|
|
|
| // Converts an appropriate number of navigation results in
|
|
|