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

Unified Diff: chrome/browser/autocomplete/autocomplete_classifier.cc

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_classifier.cc
===================================================================
--- chrome/browser/autocomplete/autocomplete_classifier.cc (revision 159706)
+++ chrome/browser/autocomplete/autocomplete_classifier.cc (working copy)
@@ -21,7 +21,8 @@
AutocompleteProvider::TYPE_KEYWORD |
AutocompleteProvider::TYPE_SEARCH |
AutocompleteProvider::TYPE_SHORTCUTS |
- AutocompleteProvider::TYPE_ZERO_SUGGEST;
+ AutocompleteProvider::TYPE_ZERO_SUGGEST|
+ AutocompleteProvider::TYPE_BOOKMARK;
// static
const int AutocompleteClassifier::kInstantExtendedOmniboxProviders =
Peter Kasting 2012/10/04 20:40:31 Talk to dcblack about whether you should be in thi
mrossetti 2012/10/05 22:10:04 email sent to dcblack who approves.
Mark P 2012/10/08 22:51:59 If you said dcblack approves of being in this list

Powered by Google App Engine
This is Rietveld 408576698