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

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

Issue 872313005: Remove dependency on visitedlink from history (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@init-prefs
Patch Set: Rebase Created 5 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 | « components/history/core/browser/BUILD.gn ('k') | components/history/core/browser/visit_delegate.h » ('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 fb3d2f0e9577bf0c68d913656984132aafe8e81d..c6b35295f70a8d3d5df853a1c1ed7ece5ca991ab 100644
--- a/components/history/core/browser/url_database.h
+++ b/components/history/core/browser/url_database.h
@@ -137,7 +137,7 @@ class URLDatabase {
public:
URLEnumerator();
- // Retreives the next url. Returns false if no more urls are available
+ // Retrieves the next url. Returns false if no more urls are available.
bool GetNextURL(URLRow* r);
private:
@@ -153,8 +153,6 @@ class URLDatabase {
// more than 3 times.
bool InitURLEnumeratorForSignificant(URLEnumerator* enumerator);
- // Favicons ------------------------------------------------------------------
-
// Autocomplete --------------------------------------------------------------
// Fills the given array with URLs matching the given prefix. They will be
« no previous file with comments | « components/history/core/browser/BUILD.gn ('k') | components/history/core/browser/visit_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698