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
|