Chromium Code Reviews| Index: chrome/common/autocomplete_match_type.cc |
| diff --git a/chrome/common/autocomplete_match_type.cc b/chrome/common/autocomplete_match_type.cc |
| index 37f8fe06a2edcef381fb5e34cdce5b6435fa793f..532ff6f1bd2e1aa5d332954c9c7790a050395441 100644 |
| --- a/chrome/common/autocomplete_match_type.cc |
| +++ b/chrome/common/autocomplete_match_type.cc |
| @@ -24,7 +24,6 @@ std::string AutocompleteMatchType::ToString(AutocompleteMatchType::Type type) { |
| "search-suggest-profile", |
| "search-other-engine", |
| "extension-app", |
| - "contact", |
|
Mark P
2014/03/07 17:20:14
You're going to revert this change to this file af
Daniel Erat
2014/03/07 21:52:57
Done.
|
| "bookmark-title", |
| }; |
| COMPILE_ASSERT(arraysize(strings) == AutocompleteMatchType::NUM_TYPES, |