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

Unified Diff: chrome/common/autocomplete_match_type.h

Issue 327003003: [AiS] Add a new AutocompleteMatchType for Answers in Suggest. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 6 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: chrome/common/autocomplete_match_type.h
diff --git a/chrome/common/autocomplete_match_type.h b/chrome/common/autocomplete_match_type.h
index 58440b419bb0387f81bbd991ed53605718f3950f..59738637f9fde83a814b82c69111b9d14d63d7b5 100644
--- a/chrome/common/autocomplete_match_type.h
+++ b/chrome/common/autocomplete_match_type.h
@@ -41,6 +41,7 @@ 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,
};

Powered by Google App Engine
This is Rietveld 408576698