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

Unified Diff: chrome/browser/autocomplete/autocomplete_result.h

Issue 329783003: Omnibox: append old matches, don't attempt to insert them (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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/autocomplete/autocomplete_result.h
diff --git a/chrome/browser/autocomplete/autocomplete_result.h b/chrome/browser/autocomplete/autocomplete_result.h
index f79b9abb32bcd68bf68338cbbeffe645ca1664be..68b5096e32883123f00bea6f51905acb1751c33d 100644
--- a/chrome/browser/autocomplete/autocomplete_result.h
+++ b/chrome/browser/autocomplete/autocomplete_result.h
@@ -175,12 +175,6 @@ class AutocompleteResult {
// operator=() by another name.
void CopyFrom(const AutocompleteResult& rhs);
- // Adds a single match. The match is inserted at the appropriate position
- // based on relevancy and display order. This is ONLY for use after
- // SortAndCull() has been invoked, and preserves default_match_.
- void AddMatch(AutocompleteInput::PageClassification page_classification,
- const AutocompleteMatch& match);
-
// Populates |provider_to_matches| from |matches_|.
void BuildProviderToMatches(ProviderToMatches* provider_to_matches) const;
« no previous file with comments | « no previous file | chrome/browser/autocomplete/autocomplete_result.cc » ('j') | chrome/browser/autocomplete/autocomplete_result.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698