Index: chrome/browser/autocomplete/autocomplete_match.h |
=================================================================== |
--- chrome/browser/autocomplete/autocomplete_match.h (revision 156377) |
+++ 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. |
NUM_TYPES, |
}; |