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

Unified Diff: components/history/core/browser/url_database.h

Issue 2864103003: Limit the number of history urls indexed for omnibox suggestions. (Closed)
Patch Set: Address comments. Created 3 years, 7 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/history/core/browser/url_database.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/history/core/browser/url_database.h
diff --git a/components/history/core/browser/url_database.h b/components/history/core/browser/url_database.h
index 1b8a5d71ee6f870dc61f5cc36cf315ebd9cf85bc..19609d1ce3baf18ac73af2ab7dabff01356b180c 100644
--- a/components/history/core/browser/url_database.h
+++ b/components/history/core/browser/url_database.h
@@ -150,9 +150,9 @@ class URLDatabase {
bool InitURLEnumeratorForEverything(URLEnumerator* enumerator);
// Initializes the given enumerator to enumerator all URLs in the database
- // that are historically significant: ones having been visited within 3 days,
- // having their URL manually typed more than once, or having been visited
- // more than 3 times.
+ // that are historically significant: ones having their URL manually typed
+ // more than once, having been visited within 3 days, or having been visited
+ // more than 3 times in the order of the most significant ones first.
bool InitURLEnumeratorForSignificant(URLEnumerator* enumerator);
// Autocomplete --------------------------------------------------------------
« no previous file with comments | « no previous file | components/history/core/browser/url_database.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698