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

Unified Diff: components/omnibox/autocomplete_match_type.h

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
« no previous file with comments | « components/omnibox/autocomplete_match.cc ('k') | components/omnibox/autocomplete_match_type.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/omnibox/autocomplete_match_type.h
diff --git a/components/omnibox/autocomplete_match_type.h b/components/omnibox/autocomplete_match_type.h
index b05216258b92e7efdcf031ee80a41fd845fe1eb2..9e539c33a6062124d2bd46573242d67744e55f2d 100644
--- a/components/omnibox/autocomplete_match_type.h
+++ b/components/omnibox/autocomplete_match_type.h
@@ -42,7 +42,6 @@ struct AutocompleteMatchType {
BOOKMARK_TITLE = 16, // A bookmark whose title contains the
// input.
NAVSUGGEST_PERSONALIZED = 17, // A personalized suggestion URL.
- SEARCH_SUGGEST_ANSWER = 18, // A short result for a suggested search.
NUM_TYPES,
};
« no previous file with comments | « components/omnibox/autocomplete_match.cc ('k') | components/omnibox/autocomplete_match_type.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698