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

Unified Diff: chrome/browser/autocomplete/autocomplete_match.h

Issue 10913262: Implement Bookmark Autocomplete Provider (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Address clint complaints. Created 8 years, 2 months 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/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,
};

Powered by Google App Engine
This is Rietveld 408576698