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

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

Issue 415053002: Remove AutocompleteMatch::is_starred (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 5 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_provider.h
diff --git a/chrome/browser/autocomplete/autocomplete_provider.h b/chrome/browser/autocomplete/autocomplete_provider.h
index 4237ecb460311d97e4b3c7d7b3d38a19eed38843..2a2e04b2907ca30321d3cbfc0acf53d52f4232b1 100644
--- a/chrome/browser/autocomplete/autocomplete_provider.h
+++ b/chrome/browser/autocomplete/autocomplete_provider.h
@@ -12,7 +12,6 @@
#include "components/metrics/proto/omnibox_event.pb.h"
class AutocompleteInput;
-class BookmarkModel;
typedef std::vector<metrics::OmniboxEventProto_ProviderInfo> ProvidersInfo;
@@ -215,10 +214,6 @@ class AutocompleteProvider
virtual ~AutocompleteProvider();
- // Updates the starred state of each of the matches in matches_ from the
- // bookmark bar model. Does nothing when |bookmark_model| is NULL.
- void UpdateStarredStateOfMatches(BookmarkModel* bookmark_model);
-
// Fixes up user URL input to make it more possible to match against. Among
// many other things, this takes care of the following:
// * Prepending file:// to file URLs
« no previous file with comments | « chrome/browser/autocomplete/autocomplete_match.cc ('k') | chrome/browser/autocomplete/autocomplete_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698