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

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: Removed classifications from server Created 7 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: chrome/common/autocomplete_match_type.cc
diff --git a/chrome/common/autocomplete_match_type.cc b/chrome/common/autocomplete_match_type.cc
index bf3da0f637d64e8336d9390927a443cead0e0338..37f8fe06a2edcef381fb5e34cdce5b6435fa793f 100644
--- a/chrome/common/autocomplete_match_type.cc
+++ b/chrome/common/autocomplete_match_type.cc
@@ -18,6 +18,10 @@ std::string AutocompleteMatchType::ToString(AutocompleteMatchType::Type type) {
"search-what-you-typed",
"search-history",
"search-suggest",
+ "search-suggest-entity",
+ "search-suggest-infinite",
+ "search-suggest-personalized",
+ "search-suggest-profile",
"search-other-engine",
"extension-app",
"contact",

Powered by Google App Engine
This is Rietveld 408576698