Index: chrome/browser/autocomplete/base_search_provider.h |
diff --git a/chrome/browser/autocomplete/base_search_provider.h b/chrome/browser/autocomplete/base_search_provider.h |
index 86eab7481c9113964990f5029f67194915455612..3c51658a7fa4d57778ea498012cae6ab3e7fe6be 100644 |
--- a/chrome/browser/autocomplete/base_search_provider.h |
+++ b/chrome/browser/autocomplete/base_search_provider.h |
@@ -53,16 +53,6 @@ |
// Returns whether |match| is flagged as a query that should be prefetched. |
static bool ShouldPrefetch(const AutocompleteMatch& match); |
- |
- // Returns a simpler AutocompleteMatch suitable for persistence like in |
- // ShortcutsDatabase. |
- // NOTE: Use with care. Most likely you want the other CreateSearchSuggestion |
- // with protected access. |
- static AutocompleteMatch CreateSearchSuggestion( |
- const base::string16& suggestion, |
- AutocompleteMatchType::Type type, |
- bool from_keyword_provider, |
- const TemplateURL* template_url); |
// AutocompleteProvider: |
virtual void Stop(bool clear_cached_results) OVERRIDE; |