Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(736)

Unified Diff: components/omnibox/browser/search_provider.h

Issue 2725333004: Omnibox - Cleanup From Recent Changelists (Closed)
Patch Set: DCHECK(done_) Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | components/omnibox/browser/search_provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « no previous file | components/omnibox/browser/search_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698