| Index: components/omnibox/browser/search_provider.h
|
| diff --git a/components/omnibox/browser/search_provider.h b/components/omnibox/browser/search_provider.h
|
| index f59b9d4f655dee7c18183d07b41f50c560a020ad..34060dc6f8c8781d88ba4a482e8ddfc5384e472b 100644
|
| --- a/components/omnibox/browser/search_provider.h
|
| +++ b/components/omnibox/browser/search_provider.h
|
| @@ -196,11 +196,12 @@ class SearchProvider : public BaseSearchProvider,
|
| // if suggested relevances cause undesirable behavior. Updates |done_|.
|
| void UpdateMatches();
|
|
|
| - // Check constraints that may be violated by suggested relevances and revises/
|
| - // rolls back the suggested relevance scores to make all constraints old.
|
| + // Checks constraints that may be violated by suggested relevances and
|
| + // revises/rolls back the suggested relevance scores to make all constraints
|
| + // hold.
|
| void EnforceConstraints();
|
|
|
| - // Record the top suggestion (if any) for future use. SearchProvider tries
|
| + // Records the top suggestion (if any) for future use. SearchProvider tries
|
| // to ensure that an inline autocomplete suggestion does not change
|
| // asynchronously.
|
| void RecordTopSuggestion();
|
|
|