Index: chrome/browser/autocomplete/autocomplete_match.h |
diff --git a/chrome/browser/autocomplete/autocomplete_match.h b/chrome/browser/autocomplete/autocomplete_match.h |
index cf71883490851d43de94ead4e88e9c236cc3f069..4ef6799e744788d797f5194259ae9b9a76f790d3 100644 |
--- a/chrome/browser/autocomplete/autocomplete_match.h |
+++ b/chrome/browser/autocomplete/autocomplete_match.h |
@@ -100,10 +100,6 @@ struct AutocompleteMatch { |
// type to show in the completion popup. |
static int TypeToIcon(Type type); |
- // Converts |type| to a resource identifier for the appropriate icon for this |
- // type to show in the location bar. |
- static int TypeToLocationBarIcon(Type type); |
- |
// Comparison function for determining when one match is better than another. |
static bool MoreRelevant(const AutocompleteMatch& elem1, |
const AutocompleteMatch& elem2); |