Index: chrome/browser/autocomplete/autocomplete_match.h |
=================================================================== |
--- chrome/browser/autocomplete/autocomplete_match.h (revision 159706) |
+++ chrome/browser/autocomplete/autocomplete_match.h (working copy) |
@@ -90,6 +90,7 @@ |
EXTENSION_APP, // An Extension App with a title/url that contains |
// the input. |
CONTACT, // One of the user's contacts. |
+ BOOKMARK_TITLE, // A bookmark whose title contains the input. |
Peter Kasting
2012/10/04 20:40:31
Nit: I'd list this just below HISTORY_KEYWORD
mrossetti
2012/10/05 22:10:04
If it's okay with you, I think I'll leave it here
Peter Kasting
2012/10/05 22:14:28
It's nice to have these grouped as (URLs, Searches
|
NUM_TYPES, |
}; |