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

Unified Diff: components/bookmarks/browser/bookmark_model.cc

Issue 2537223008: Add TitledUrlIndex for indexing arbitrary title/URL pairs (Closed)
Patch Set: const Created 4 years 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/bookmarks/browser/bookmark_match.h ('k') | components/bookmarks/browser/bookmark_node.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/bookmarks/browser/bookmark_model.cc
diff --git a/components/bookmarks/browser/bookmark_model.cc b/components/bookmarks/browser/bookmark_model.cc
index a399809ceac2d8bb05e5ac522502e0394f6f827d..a538e8d9eb8f9cbed9dae9189308ee789e0ff56f 100644
--- a/components/bookmarks/browser/bookmark_model.cc
+++ b/components/bookmarks/browser/bookmark_model.cc
@@ -730,7 +730,7 @@ void BookmarkModel::GetBookmarksMatching(
if (!loaded_)
return;
- index_->GetBookmarksMatching(text, max_count, matching_algorithm, matches);
+ index_->GetResultsMatching(text, max_count, matching_algorithm, matches);
}
void BookmarkModel::ClearStore() {
« no previous file with comments | « components/bookmarks/browser/bookmark_match.h ('k') | components/bookmarks/browser/bookmark_node.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698