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

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: removing suggest answer enum from java Created 5 years, 11 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: components/omnibox/autocomplete_match_type.cc
diff --git a/components/omnibox/autocomplete_match_type.cc b/components/omnibox/autocomplete_match_type.cc
index a5c97b0043e7a416f76782a052de32a82f305557..d50fbf6718694cf8057523e3715c20ee7ac10fb6 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",
};
static_assert(arraysize(strings) == AutocompleteMatchType::NUM_TYPES,
"strings array must have NUM_TYPES elements");
« components/omnibox/autocomplete_match_type.h ('K') | « components/omnibox/autocomplete_match_type.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698