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

Unified Diff: chrome/browser/history/url_index_private_data.cc

Issue 11757004: Omnibox: Add Mid-Input Matching to HistoryQuick Provider (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 12 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
Index: chrome/browser/history/url_index_private_data.cc
diff --git a/chrome/browser/history/url_index_private_data.cc b/chrome/browser/history/url_index_private_data.cc
index ca38009bfd354a001da8f22fe28a903349a28754..dad10641e9b87b480037ef93b663ee7f411af40b 100644
--- a/chrome/browser/history/url_index_private_data.cc
+++ b/chrome/browser/history/url_index_private_data.cc
@@ -78,6 +78,7 @@ URLIndexPrivateData::URLIndexPrivateData()
ScoredHistoryMatches URLIndexPrivateData::HistoryItemsForTerms(
const string16& search_string,
+ const size_t cursor_position,
Peter Kasting 2013/01/04 20:04:32 Doesn't match header prototype (and again, const v
Mark P 2013/01/04 23:38:58 Done.
BookmarkService* bookmark_service) {
pre_filter_item_count_ = 0;
post_filter_item_count_ = 0;

Powered by Google App Engine
This is Rietveld 408576698