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

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: 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.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.
groby-ooo-7-16 2014/12/23 20:15:22 I take it this enum is never persisted?
Justin Donnelly 2014/12/23 21:08:40 I can't say for absolutely certain, but given that
NUM_TYPES,
};

Powered by Google App Engine
This is Rietveld 408576698