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

Unified Diff: components/omnibox/autocomplete_match_type.cc

Issue 815273002: Remove and deprecate SEARCH_SUGGEST_ANSWER (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updated with Justin's suggestions Created 6 years 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: components/omnibox/autocomplete_match_type.cc
diff --git a/components/omnibox/autocomplete_match_type.cc b/components/omnibox/autocomplete_match_type.cc
index 4cc28c37f0313c87cc2621c68fb4b204eeefe65b..e4439562db5104eaf9d790f7f19ee832dc9f58fd 100644
--- a/components/omnibox/autocomplete_match_type.cc
+++ b/components/omnibox/autocomplete_match_type.cc
@@ -27,7 +27,6 @@ std::string AutocompleteMatchType::ToString(AutocompleteMatchType::Type type) {
"contact",
"bookmark-title",
"navsuggest-personalized",
- "search-suggest-answer",
};
COMPILE_ASSERT(arraysize(strings) == AutocompleteMatchType::NUM_TYPES,
strings_array_must_match_type_enum);

Powered by Google App Engine
This is Rietveld 408576698