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

Unified Diff: chrome/common/autocomplete_match_type.cc

Issue 58003005: Modify Entity Suggestion support and Add Profile Suggest support (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 1 month 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.cc
diff --git a/chrome/common/autocomplete_match_type.cc b/chrome/common/autocomplete_match_type.cc
index bf3da0f637d64e8336d9390927a443cead0e0338..9e844f6d11c37a546454dc3b8e3ddd0f2e3cf861 100644
--- a/chrome/common/autocomplete_match_type.cc
+++ b/chrome/common/autocomplete_match_type.cc
@@ -22,6 +22,8 @@ std::string AutocompleteMatchType::ToString(AutocompleteMatchType::Type type) {
"extension-app",
"contact",
"bookmark-title",
+ "search-suggest-entity",
+ "search-suggest-infinite"
};
COMPILE_ASSERT(arraysize(strings) == AutocompleteMatchType::NUM_TYPES,
strings_array_must_match_type_enum);
« chrome/common/autocomplete_match_type.h ('K') | « chrome/common/autocomplete_match_type.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698