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

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

Issue 211283005: Revert of Handle Search suggest subtypes for Shortcuts DB (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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/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;
« no previous file with comments | « chrome/browser/autocomplete/autocomplete_match.cc ('k') | chrome/browser/autocomplete/base_search_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698