Index: chrome/common/autocomplete_match_type.h |
diff --git a/chrome/common/autocomplete_match_type.h b/chrome/common/autocomplete_match_type.h |
index 5842270e29076f0fc81defb65ddd15e082ef4eda..2f84bbf706b7259d5bb8155bf01bf48936c3c868 100644 |
--- a/chrome/common/autocomplete_match_type.h |
+++ b/chrome/common/autocomplete_match_type.h |
@@ -34,7 +34,6 @@ struct AutocompleteMatchType { |
SEARCH_OTHER_ENGINE, // A search with a non-default engine. |
EXTENSION_APP, // An Extension App with a title/url that |
// contains the input. |
- CONTACT, // One of the user's contacts. |
Mark P
2014/03/07 17:20:14
I know nothing in the comments makes this clear, b
Peter Kasting
2014/03/07 17:43:53
Well, you can delete it, you just need to renumber
Mark P
2014/03/07 18:53:22
Personally, I'd rather leave an obsolete enum valu
Daniel Erat
2014/03/07 21:52:57
Done.
Peter Kasting
2014/03/07 22:09:55
Migration passes aren't permanent. We're supposed
|
BOOKMARK_TITLE, // A bookmark whose title contains the input. |
NUM_TYPES, |
}; |