Chromium Code Reviews| 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. | 
| NUM_TYPES, | 
| }; |